Implement api with ability to read snips and profile

This commit is contained in:
Tim
2025-04-27 21:41:53 +02:00
parent ba00351201
commit f56c78f626
12 changed files with 267 additions and 20 deletions

9
.http Normal file
View File

@ -0,0 +1,9 @@
### api me
GET {{host}}/api/me
Accept: application/json
X-AUTH-TOKEN: {{apiKey}}
### api snip
GET {{host}}/api/snip/2
Accept: application/json
X-AUTH-TOKEN: {{apiKey}}