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?
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 can find the routes here: https://github.com/LemmyNet/lemmy/blob/main/src/api_routes_http.rs
And the forms are documented here: https://join-lemmy.org/api/