- cross-posted to:
- lemmydev@lemm.ee
- cross-posted to:
- 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
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
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.https://lemmy.readme.io/reference/search-1
Oh interesting, thank you! That’s really helpful :)