Skip to content

Implemented OrdersEndpoint and OrderResponse

Pre-release
Pre-release
Compare
Choose a tag to compare
@dehidehidehi dehidehidehi released this 31 Aug 22:19
· 19 commits to dev since this release

Major updates

  • Implemented OrdersEndpoint and OrderResponse.
  • Implemented get_request rate limiter to all endpoints.

Minor updates

  • EventResponse: added missing is_private as an optional response attribute.
  • Refactor: passed parsing of http response responsibility to the BaseClient ABC class.
  • Hotfix: prevent json() from raising exception when http_response is empty
  • Hotfix: removed token_id as a possible order_by parameter for Asset endpoint.