From 8782579e326b55e182d5767a451b8864b3453cce Mon Sep 17 00:00:00 2001 From: niliara-edu Date: Sat, 25 Jan 2025 20:13:37 +0100 Subject: fixing last commit: root has not been updated --- curlie_guide | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'curlie_guide') diff --git a/curlie_guide b/curlie_guide index 40769b7..462ed48 100644 --- a/curlie_guide +++ b/curlie_guide @@ -1,5 +1,10 @@ +== 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 (for tokens: Accept:application/json Authorization:token_here) + + +== decode-auth == +curlie [-f POST] :8000/auth/decode-token token="token_here" -- cgit v1.2.3