Skip to content

Releases: Kapernikov/exactonline

v0.3.6-kpv3

16 Oct 16:53
Compare
Choose a tag to compare
Merge branch 'respect_api_limits'

Kapernikov patch2 to v.0.3.6

11 Oct 20:23
8e8f8da
Compare
Choose a tag to compare

Prepare RawExactApi._rest_query() and rename to rest_raw() so it is possible to create mixins for RawExactApi that give access to the HTTP Response headers.
This can (and will) be used for mixins that interpret the X-RateLimit headers to avoid exceeding these limits.

v0.3.6 from ossobv

09 Oct 10:45
Compare
Choose a tag to compare
Debug logs to track outgoing HTTP requests

Adds some debug logs in order to make it easier for consuming libraries
to check which outgoing HTTP requests are being made.