qe-yast / ruby-yui-rest-client

MIT License
1 stars 5 forks source link

Add support for API versioning #14

Closed rwx788 closed 4 years ago

rwx788 commented 4 years ago

We have now versioning for API on server side. We have not decided if client will support multiple api versions, or we will simply branch it and support latest only, so current design allows to use both approaches in future.

In case server side API version is higher than client one, we will throw an error which should simplify investigation time.