You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api/README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,12 @@ All the endpoints will respond with `200` if successful or `204` if there isn't
21
21
### Metadata
22
22
-`POST \metadata\{type}\{uri}` Retrieve metadata. `type` can be one of `episode`, `track`, `album`, `show`, `artist`, `uri` is the standard Spotify uri.
23
23
24
+
### Search
25
+
-`POST \search\{query}` Make a search.
26
+
27
+
### Tokens
28
+
-`POST \token\{scope}` Request an access token for a specific scope.
29
+
24
30
### Events
25
31
26
32
You can subscribe for players events by creating a WebSocket connection to `/events`.
0 commit comments