Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API base URL and versioning #276

Merged
merged 1 commit into from
Mar 22, 2024
Merged

API base URL and versioning #276

merged 1 commit into from
Mar 22, 2024

Conversation

gkats
Copy link
Member

@gkats gkats commented Mar 22, 2024

The /v1/ part of API endpoint paths will no longer signal the API version. It can be considered part of the base API URL.

All requests set the Clerk-API-Version header to pin the SDK to a specific API version.

@gkats gkats requested a review from a team as a code owner March 22, 2024 09:41
All requests set the Clerk-API-Version header to pin the SDK to a
specific API version.
The /v1/ part is no longer considered the API version. As such, it can
be appended to the API base URL.
@gkats gkats force-pushed the api-base-url-and-version branch from a79b838 to 6200b1d Compare March 22, 2024 09:50
Copy link
Member

@Nikpolik Nikpolik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants