blob: 7db110df483dea9c164d9578f625246b842a2d6e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
== api ==
curlie
-f [POST/PUT/DELETE] (leave empty for GET)
(:8000/api/[song/album/artist] || :8000/auth/[encode_token/decode_token/protected])
argument=value (ex: id=2)
header:value (Authorization:token_here)
== decode-auth ==
curlie [-f POST] :8000/auth/decode-token token="token_here"
(saving just in case: Accept:application/json)
|