-
Notifications
You must be signed in to change notification settings - Fork 27
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
ICAR version number in Json #491
Comments
Possible solutions:
We will think on this and review. |
we provide a very simple "/version" endpoint which returns a set of key-value pairs of type String: { This version endpoint is location-independant and is also often used for making first steps to get connected. |
This works for all subsequent GET requests to your API so they know what to expect. But what about POST/PUT requests to your API? How do you know what to expect? |
Maybe I didn't get your point Harry, but why should there be a differentiation between GET and POST/PUT?
|
That could work, but I don't know if it's convenient to have endpoints for all different minor/build versions. To me it sound more logic to have different URL's for (potentially incompatible) major versions and to have a mechanism in place to detect which minor and or build version is used in the communication. |
I think, we will start to introduce versions in the API when we switch to the next major-version. |
Discussed at the group 27 Nov:
|
We would like to have the ICAR version number present in the Json files to be able to make version policy agreements with our partners.
The text was updated successfully, but these errors were encountered: