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
{{ message }}
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.
We're versioning using a URL prefix, for example, /v1/me and /v2/me.
We can of course create two separate api blueprints but this is not ideal and would probably be problematic for us---the reason is because subsequent API versions will share a significant portion of the API, meaning this strategy increases the chance that docs go out of sync.
Ideally, it would be nice if there was a way to share endpoints between Groups---this is similar to how we'll actually code the backend.
The text was updated successfully, but these errors were encountered:
We're versioning using a URL prefix, for example,
/v1/me
and/v2/me
.We can of course create two separate api blueprints but this is not ideal and would probably be problematic for us---the reason is because subsequent API versions will share a significant portion of the API, meaning this strategy increases the chance that docs go out of sync.
Ideally, it would be nice if there was a way to share endpoints between Groups---this is similar to how we'll actually code the backend.
The text was updated successfully, but these errors were encountered: