this post was submitted on 10 Jun 2023
12 points (100.0% liked)

Lemmy

12524 readers
1 users here now

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

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

founded 5 years ago
MODERATORS
 

I'm making a client for Lemmy but am planning to make the calls myself rather than use a library, is there any good documentation of the HTTP API that I can use as a reference?

you are viewing a single comment's thread
view the rest of the comments
[–] Echolot@sh.itjust.works 2 points 2 years ago

They are planning to switch from WS to HTTP soon (backend is already switch over I think). Either way I don’t think there’s a documentation of the API itself yet, but you can just reverse engineer the calls from the calls from JS library or look at the backend code directly.