soulsync/api
Broque Thomas d9aa8303a7 Add SoulSync REST API (v1) with API key authentication
Adds a full public REST API at /api/v1/ with 32 endpoints covering library, search, downloads, wishlist, watchlist, playlists, system status, and settings. Includes API key authentication (Bearer token), per-endpoint rate limiting, and consistent JSON response format. API keys can be generated and managed from the Settings page. No changes to existing functionality — the API delegates to the same backend services the web UI uses.
2026-03-03 09:49:00 -08:00
..
__init__.py Add SoulSync REST API (v1) with API key authentication 2026-03-03 09:49:00 -08:00
auth.py Add SoulSync REST API (v1) with API key authentication 2026-03-03 09:49:00 -08:00
downloads.py Add SoulSync REST API (v1) with API key authentication 2026-03-03 09:49:00 -08:00
helpers.py Add SoulSync REST API (v1) with API key authentication 2026-03-03 09:49:00 -08:00
library.py Add SoulSync REST API (v1) with API key authentication 2026-03-03 09:49:00 -08:00
playlists.py Add SoulSync REST API (v1) with API key authentication 2026-03-03 09:49:00 -08:00
search.py Add SoulSync REST API (v1) with API key authentication 2026-03-03 09:49:00 -08:00
settings.py Add SoulSync REST API (v1) with API key authentication 2026-03-03 09:49:00 -08:00
system.py Add SoulSync REST API (v1) with API key authentication 2026-03-03 09:49:00 -08:00
watchlist.py Add SoulSync REST API (v1) with API key authentication 2026-03-03 09:49:00 -08:00
wishlist.py Add SoulSync REST API (v1) with API key authentication 2026-03-03 09:49:00 -08:00