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

How to deal with versioned APIs using URL prefix? #419

Open
frankandrobot opened this issue Mar 6, 2018 · 1 comment
Open

How to deal with versioned APIs using URL prefix? #419

frankandrobot opened this issue Mar 6, 2018 · 1 comment

Comments

@frankandrobot
Copy link

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.

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

No branches or pull requests

3 participants