Skip to content

Commit b936c08

Browse files
committed
Implemented OrdersEndpoint and OrderResponse.
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.
1 parent f9c7186 commit b936c08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

open_sea_v1/endpoints/tests/test_client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
from open_sea_v1.endpoints.client import ClientParams
55
from open_sea_v1.endpoints.events import EventsEndpoint, EventType
66

7+
78
class TestClientParams(TestCase):
89

910
def test_max_pages_attr_is_automatically_decremented_by_1(self):

0 commit comments

Comments
 (0)