Implemented OrdersEndpoint and OrderResponse
Pre-release
Pre-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.