You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-27Lines changed: 13 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Clerk Backend API: The Clerk REST Backend API, meant to be accessed by backend s
22
22
### Versions
23
23
24
24
When the API changes in a way that isn't compatible with older versions, a new version is released.
25
-
Each version is identified by its release date, e.g. `2024-10-01`. For more information, please see [Clerk API Versions](https://clerk.com/docs/versioning/available-versions).
25
+
Each version is identified by its release date, e.g. `2025-03-12`. For more information, please see [Clerk API Versions](https://clerk.com/docs/versioning/available-versions).
26
26
27
27
Please see https://clerk.com/docs for more information.
28
28
@@ -129,16 +129,11 @@ Generally, the SDK will work well with most IDEs out of the box. However, when u
129
129
from clerk_backend_api import Clerk
130
130
131
131
132
-
with Clerk(
133
-
bearer_auth="<YOUR_BEARER_TOKEN_HERE>",
134
-
) as clerk:
135
-
136
-
res = clerk.email_addresses.get(email_address_id="email_address_id_example")
0 commit comments