JFurr
October 22, 2019, 1:56pm
1
Hello,
I have notices some changes to the schema when working in Insomnia. Specifically, the user_quota field. Is there a log for these updates somewhere. The documentation at https://help.shiphero.com/category/288-developers appears to be out of date.
Thanks,
tomasw
October 22, 2019, 2:12pm
2
Hi JFurr!
You are right about that, that site should be deprecated soon, we are currently using this site for new documentation:
https://developer.shiphero.com/
As for the query, it is because the new Throttling strategy has been released, but you can read more about it here:
https://developer.shiphero.com/getting-started/#throttlingandquotas
Or just check the announcement here:
As from today we will be implementing a new throttling strategy for our new GraphQL Public API.
What is this strategy about?:
Users are given 1001 credits.
Every second, 15 credits are restored.
No operation can exceed 1001 credits.
In numbers, this means:
Users can make up to 54000 per hour.
This new strategy was developed, taking into consideration all the feedback we received, aiming to preserve the right balance between credits available and keeping our queries/mutations efficient .
W…
Let me know if theres anything else I can help with,
Thanks!
Tom
1 Like