GALAglobal / TAPICC-API-implementation

TAPICC API implementation using node.js framework sails.js
Other
6 stars 1 forks source link

proposal: add version to URL #27

Closed assembledStarDust closed 6 years ago

assembledStarDust commented 6 years ago

When using REST it seems best practice to add the version id to the url. Example:

/v1/job/{parentid}/task/{id}/downloaddeliverable

Could this be added to the spec.

Alino commented 6 years ago

This might make sense later, when there is production ready release of this project and people are using it. Then in next release we would introduce some breaking changes.

Right now, this would add unnecessary development and maintenance burden.

I am including this link for my future reference here -> https://medium.com/@rohitkhatana/handling-api-versioning-with-sailsjs-nodejs-including-blueprints-cec43b406e57

Closing for now.