We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As a submission manager, I want to be able to download (metadata) files from the inbox so they can be validated.
Queries like the one below could be used to download a file.
This one uses a custom header but adheres to the semantics by using GET request
curl -H "Authorization: Bearer $token" -H "Public-Key: LS0tLS1CRUdJTiBQVUJMSUMgS0VZLS0tLS0KTUlJQklqQU5CZ2txaGtpRzl3MEJBUUVGQUFPQ0FROEFNSUlCQ2dLQ0FRRUE0Ym1ZOFQ1amhsQ0Z0UzRjY3luOApaRGZ0V2syN3lPY1BnS2Jhazk5MS9tMXJzMzQ3NFJLSFlqYzlHd1gwSUNTYVVOMDJmQ2RFRQUIKLS0tLS1FTkQgUFVCTElDIEtFWS0tLS0tCg==" -X GET https://HOSTNAME/users/SUBMITTER_NAME/file/FILEID
small/medium/big
low/medium/high
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Please describe the feature
As a submission manager, I want to be able to download (metadata) files from the inbox so they can be validated.
Acceptance criteria
Additional context
Queries like the one below could be used to download a file.
This one uses a custom header but adheres to the semantics by using GET request
Estimation of size
small/medium/big
Estimation of priority
low/medium/high
The text was updated successfully, but these errors were encountered: