Spinitron
Connector for the spinitron API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://spinitron.com/api - Auth:
query:access-token(pass your key via theapiKeyinput)
Operations
get_personas— GET /personas — Get Personasget_personas_id— GET /personas/{id} — Get Persona by idget_playlists— GET /playlists — Returns playlists optionally filtered by {start} and/or {end} datetimesget_playlists_id— GET /playlists/{id} — Get a Playlist by idget_shows— GET /shows — Returns scheduled shows optionally filtered by {start} and/or {end} datetimesget_shows_id— GET /shows/{id} — Get a Show by id
Inputs
apiKey— your spinitron API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_personas
apiKey: <your key>