How do I make a web request to get new posts from a Lemmy community?
How do I make a web request to get new posts from a Lemmy community?
I just want this for me and my friends, but curl "https://lemmy.ml/api/v3/post?community=!memes@lemmy.ml&sort=New"
just gives {"error":"couldnt_find_post"}
. Anything I'm doing wrong?