-
Notifications
You must be signed in to change notification settings - Fork 12
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
REST API faults #261
Comments
|
project field was used here
|
Let me know when any of the APIs have been updated, and I will make changes accordingly to the client (or atleast open tickets for the client). I realized today that the Python client hadn't accommodated quite a bit of the recent API changes. |
collab id is available as data["app"]["collab_id"] |
I think this was important previously as the API only returned the App ID (models were tied to specific app instances, and not Collabs initially). Currently, as far as I can think of, project parameter of model can be used mainly for filtering models based on several projects of a single user. This isn't all that important, and can therefore be removed. |
Update:
|
I found the following problems with the REST APIs:
[ ] GET for models does not return 'license' and 'project' parametershttps://validation-v1.brainsimulation.eu/results/?order=score_type
fails (<h1>Server Error (500)</h1>
); retrieving indiviual results still works e.g. GEThttps://validation-v1.brainsimulation.eu/results/?order=score_type&id=073151b6-dfbb-4015-a8ea-24a304c927ec
Other API related tickets:
https://github.com/HumanBrainProject/hbp-validation-framework/labels/REST%20API
The text was updated successfully, but these errors were encountered: