Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants