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

Feature: Cut over to v2 API #238

Closed
jpmcb opened this issue Jan 22, 2024 · 0 comments · Fixed by #239
Closed

Feature: Cut over to v2 API #238

jpmcb opened this issue Jan 22, 2024 · 0 comments · Fixed by #239

Comments

@jpmcb
Copy link
Member

jpmcb commented Jan 22, 2024

Related: https://github.com/open-sauced/api/issues/478


The v1 API is being deprecated: we should update docs to reference the correct API endpoint (which will just be v2/...) for most existing services.

Example:

const response = await fetch(
"https://api.opensauced.pizza/v1/auth/session",
{
method: "GET",
headers: {
Authorization: `Bearer ${token}`,
},
}
);

@jpmcb jpmcb mentioned this issue Jan 24, 2024
16 tasks
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 a pull request may close this issue.

1 participant