this post was submitted on 30 Jun 2023
3 points (100.0% liked)
Lemmy App Development
711 readers
70 users here now
A place for Lemmy builders to chat about building apps, clients, tools and bots for the Lemmy platform.
On-Topic:
- programming questions related to the Lemmy platform
- sharing your ideas, WIP, or released Lemmy-related work
Off-Topic:
- general programming questions unrelated to Lemmy
- feature requests for developers
- sharing or promoting work not related to Lemmy
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I JUST FOUND IT!!! https://join-lemmy.org/api/interfaces/LocalSiteRateLimit.html
Every instance sets own rates limit. You can get ALL RATE LIMITS for a specific instance through that enpoint.
Edit: When finding something in the docs you were looking for feels like an accomplishment, something's wrong with the docs :D.
Here's an example for Lemmy.world:
hm, yes but they're rate limits, not the maximum values that can be passed to the limit param. they must be different because my rate limits are post: 6, comment: 6, and that's definitely not the max value for limit for fetching those items.
Ah, damn. Well back to trial and error I guess.