this post was submitted on 27 Jan 2021
2 points (100.0% liked)

Lemmy

12576 readers
44 users here now

Everything about Lemmy; bugs, gripes, praises, and advocacy.

For discussion about the lemmy.ml instance, go to !meta@lemmy.ml.

founded 4 years ago
MODERATORS
 

Where did the API documentation in the documentation go? There used to be this great listing of all of the API calls but it seems to be gone now?

you are viewing a single comment's thread
view the rest of the comments
[–] dessalines@lemmy.ml 0 points 3 years ago (1 children)
[–] CadeyARatio@lemmy.ml 0 points 3 years ago (1 children)

Is there an old copy of the API docs around? The ones that explained how you authenticate over HTTP and websockets?

[–] dessalines@lemmy.ml 1 points 3 years ago

Don't use those, they're out of date. You need to login, it returns a jwt string, and you store that and use it every auth field. It says that on the line I linked you.