anonlink-entity-service icon indicating copy to clipboard operation
anonlink-entity-service copied to clipboard

data providers access to endpoint too restrictive

Open wilko77 opened this issue 6 years ago • 0 comments

endpoint /projects/{project_id}: get

currently, data providers can only access this endpoint if the result type of the project is permutations, but not if the type is mapping or similarity_scores. Why?

endpoint /projects/{project_id}/runs: get

The result_token is required to access this endpoint. However, this makes it impossible for data providers to find out what their data is used for. It also makes it impossible for them to find out where and when they can access their part of the result if they are not given the run_id explicitly.

there is also /projects/{project_id}/runs/{run_id}/status.

wilko77 avatar May 25 '18 03:05 wilko77