Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds ability to read rate limits from Exact #363

Merged
merged 5 commits into from
Apr 25, 2019
Merged

Conversation

stephangroen
Copy link
Member

@stephangroen stephangroen commented Apr 25, 2019

Exact uses a minutely and daily rate limit. There are a maximum number of calls per day you can do per company, and to prevent bursting they have also implemented a limit per minute. This PR stores this information in the Connection and adds methods to read the rate limits so you can handle these as appropriate for your app.

Exact Docs: https://support.exactonline.com/community/s/knowledge-base#All-All-DNO-Simulation-gen-apilimits

@stephangroen stephangroen self-assigned this Apr 25, 2019
@stephangroen stephangroen merged commit 1cb39d5 into master Apr 25, 2019
@stephangroen stephangroen deleted the exact-rate-limits branch April 25, 2019 06:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant