-
Notifications
You must be signed in to change notification settings - Fork 6
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
Download secure datasets a zip file- API | Implementation #305
Labels
enhancement
New feature or request
Comments
@vasanth096 |
Prabhu4452
pushed a commit
that referenced
this issue
Sep 22, 2021
…sed on consumer's authorised Ids
Prabhu4452
pushed a commit
that referenced
this issue
Sep 27, 2021
Prabhu4452
changed the title
Download datasets a zip file- API | Implementation
Download secure datasets a zip file- API | Implementation
Feb 4, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Requirement:
Implement a new API which should provide capability for a data consumer to download datasets as a zip file based on the search query parameters that a data consumer provides as part of the API. To add more, the API should send a notification as an email to data consumer with the downloadable link of the datasets.
Key Points:
Sample API endpoint structure:
https://vermillion.datasetu.org/API_Name?token=sample_token&id=sample_id&gender=male
Sample output:
An email to the data consumer with following content.
Subject: Download Links
Content:
Dear consumer,
The downloadable links for the datasets you requested are ready to be served. Please use below link to download the datasets as a zip file.
Sample downloadable link:
https://vermillion.datasetu.org/consumer/token/uuid/filename.zip
The text was updated successfully, but these errors were encountered: