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

Increase number of fq_ids that can be sent over POST #301

Closed
pcm32 opened this issue Jun 4, 2019 · 2 comments
Closed

Increase number of fq_ids that can be sent over POST #301

pcm32 opened this issue Jun 4, 2019 · 2 comments

Comments

@pcm32
Copy link

pcm32 commented Jun 4, 2019

I tried the service against one of the "small" HCA studies, trying to put all bundle_fqids in the json object to be posted, however I got back a message saying

b'{\n  "message": "List of bundle fqids is too large. Consider using bundle_fqids_url instead. Visit https://matrix.dev.data.humancellatlas.org for more information."\n}\n'

unfortunately we find the option of using a public URL to host a file with fqids slightly inconvenient. Is it possible to increase the limit of fqids that can be posted on the request to a realistic number for the available HCA studies?

Thanks!

@brianraymor
Copy link

@pcm32 - The v0 API for the matrix service is primarily a contract between the data browser and the matrix service.

I'd encourage you to review the new V1 API which is more developer-focused.

Currently, Swagger UI supports example but currently does not support multiple examples. Here's a pointer to our multiple examples.

We also have vignettes in progress - #309

At the moment, details about the output for each file format are documented here.

We would appreciate any feedback you have on V1.

I will close this issue since we have a related issue - #238 where I've referenced your request.

@pcm32
Copy link
Author

pcm32 commented Jun 18, 2019

Thanks @brianraymor we have now a working v1 client for the purposes that we need.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants