• 3 Posts
  • 10 Comments
Joined 1 year ago
cake
Cake day: June 27th, 2023

help-circle









  • This works! Thanks.

    If you’re up for it, one last question: just running curl "https://mander.xyz/api/v3/community/list?auth=longstring&type_=Subscribed gives me only a few subscribed communities.

    I can increase the number of subscribed communities that I get back, by adding &limit=.

    curl "https://mander.xyz/api/v3/community/list?auth=longstring&type_=Subscribed&limit=50"

    However, putting the limit too low I don’t get all my subscribed communities, while putting the limit too high results in an error.

    Is there a way to set limit to “max” or the limit to “nil” or something like that?