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

Support API versioning #223

Open
vtourraine opened this issue Apr 7, 2017 · 3 comments
Open

Support API versioning #223

vtourraine opened this issue Apr 7, 2017 · 3 comments
Assignees

Comments

@vtourraine
Copy link

I really appreciate that you offer an API to easily access the conference info. That being said, if I remember correctly, that’s the third year in a row that the API is changed significantly (different URLs, different data structure).

I’m probably over-thinking this (feel free to tag this as super-low-priority), but at this point, I think it would be great to add some kind of API versioning support. So if you decide to change the API next year, apps could handle the migration gracefully.

Practical suggestions:

  • Specify HTTP header value (Accept: application/vnd.myapi.v2 + json)
  • Specify custom HTTP header (X-MyAPIVersionRequest-Header: 2)
  • Insert version number in API URLs (http://api.mixitconf.org/v2/...)

Many thanks!

@sdeleuze sdeleuze self-assigned this Apr 8, 2017
@sdeleuze
Copy link
Contributor

sdeleuze commented Apr 8, 2017

Good point, we will support that for next year, also the API should be much stable now. Thanks for your work on the Android app.

@clacote
Copy link
Contributor

clacote commented Apr 8, 2017

Android iOS

@sdeleuze
Copy link
Contributor

sdeleuze commented Apr 8, 2017

Oups :-)

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

No branches or pull requests

3 participants