arangodb-net-standard
arangodb-net-standard copied to clipboard
Support overload control in API requests
Add support for overload control in all API requests:
- Add x-arango-max-queue-time-seconds header to ApiHeaderProperties
- Add ApiHeaderProperties to every API request
Hi @DiscoPYF , the aim of this PR is to pass a ApiHeaderProperties object to every single method that calls the API. That will allow calling clients to pass the x-arango-max-queue-time-seconds header (and any other headers that may come up in the future) to API calls.