Replies: 1 comment 1 reply
-
there would be a global rate limit for all users of your app, since rate limits are applied based on the We do have a program where we (very selectively) hand out API keys to trusted clients and sponsors, but I'd recommend seeing if the "free" limits aren't sufficient for your use case. PS. there's also always the option to self host if you want to have more control over the rate limits |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a quick question that I would like to clarify before releasing a mobile app using the helldivers-2 API. I understand that there are rate limits in place and I do send the X-Super-Client and X-Super-Contact headers. All of that is fine, and my app is prepared for that.
What I ask myself (it might be a silly question): does the rate limit apply to every single client (installation of my app) or is it a global setting for my X-Super-Client? The latter would obviously kind of cripple my app.
Beta Was this translation helpful? Give feedback.
All reactions