AdamVig / GoCoApi

API Server for the GoCoStudent app.
https://gocostudent.adamvig.com/api
GNU General Public License v3.0
0 stars 0 forks source link

Remove app version from URLs #29

Closed AdamVig closed 8 years ago

AdamVig commented 8 years ago

See #6 Add true API versioning.

This pull request removes the /:version/ component of the API URLs for all the endpoints. This version represented the version of the app that was requesting the data, which is backward in terms of API versioning schemes.