- cross-posted to:
- tecnologia@feddit.cl
- lemmydev@lemm.ee
- cross-posted to:
- tecnologia@feddit.cl
- lemmydev@lemm.ee
I uploaded the API documentation that I used to make my Lemmy iOS client, Lunar using https://readme.com.
Check it out here : lemmy.readme.io
You must log in or register to comment.
That’s fantastic. Miles better than the official docs. Thank you for sharing.
Thank you!
This is great!
Quick API question for anyone, does the search API only look at the post body field? When I try searching for a particular link (say a news article), it only seems to pull posts where the link was mentioned in the body, not when the link was the submission
Set
type_
to"Url"
andq
to the URL.Oh interesting, thank you! That’s really helpful :)