You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am looking to ensure GET requests for accounting resources are not exceeding the high volume threshold limits as described in the docs.
The docs advise that currently a warning message to the payload of requests that exceed the limit will be added, however I'm struggling to see how I would check for these warnings via the gem. For example, neither accounting_api.get_invoices or accounting_api.get_invoices_with_http_info look to have the warnings field I would need to check.
Any help or assistance in how best to check for this would be much appreciated, thanks!
The text was updated successfully, but these errors were encountered:
Hi,
I am looking to ensure GET requests for accounting resources are not exceeding the high volume threshold limits as described in the docs.
The docs advise that currently a warning message to the payload of requests that exceed the limit will be added, however I'm struggling to see how I would check for these warnings via the gem. For example, neither
accounting_api.get_invoices
oraccounting_api.get_invoices_with_http_info
look to have the warnings field I would need to check.Any help or assistance in how best to check for this would be much appreciated, thanks!
The text was updated successfully, but these errors were encountered: