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

Dynamically detect and test the correct BrAPI version supported by the server #42

Open
ClayBirkett opened this issue Jul 18, 2019 · 1 comment
Labels

Comments

@ClayBirkett
Copy link

The BrAPI Validator at http://webapps.ipk-gatersleben.de/brapivalidator/ does its automated weekly test using v1.2. Can this be changed to v1.3? Better yet, can it read the version from the calls endpoint and test at the highest version supported?

@langeipk
Copy link
Collaborator

langeipk commented Oct 4, 2019

Indeed, the BrAPI Validator does not set the BrAPI version for the scheduled test dynamical from the results of the calls call. Rather the the property "testedVersion" in config.properties is used to set one version for all endpoints.

Furthermore, not all endpoints release version information in the calls call. Such as: http://www.cropontology.org/brapi/v1/calls

Nevertheless, this feature would be a nice add-on to support multiple versions for each endpoint or alternatively the most recent one, as mentioned by @ClayBirkett.

So pull requests are welcome.

@BrapiCoordinatorSelby BrapiCoordinatorSelby changed the title version testing Dynamically detect and test the correct BrAPI version supported by the server Feb 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants