- cross-posted to:
- [email protected]
- cross-posted to:
- [email protected]
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 # to comment.
That’s fantastic. Miles better than the official docs. Thank you for sharing.
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 :)
Thank you!