Skip to content

Commit

Permalink
Merge pull request #63 from Polymarket/feat/auth-endpoints
Browse files Browse the repository at this point in the history
[PLAT-416] new auth paths
  • Loading branch information
poly-rodr authored Sep 7, 2023
2 parents c019714 + 112b237 commit ae3e546
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions py_clob_client/endpoints.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
TIME = "/time"
CREATE_API_KEY = "/create-api-key"
GET_API_KEYS = "/get-api-keys"
DELETE_API_KEY = "/delete-api-key"
DERIVE_API_KEY = "/derive-api-key"
CREATE_API_KEY = "/auth/api-key"
GET_API_KEYS = "/auth/api-keys"
DELETE_API_KEY = "/auth/api-key"
DERIVE_API_KEY = "/auth/derive-api-key"
TRADES = "/trades"
GET_ORDER_BOOK = "/book"
GET_ORDER = "/order/"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="py_clob_client",
version="0.9.0",
version="0.10.0",
author="Polymarket Engineering",
author_email="[email protected]",
maintainer="Polymarket Engineering",
Expand Down

0 comments on commit ae3e546

Please sign in to comment.