views#
DownloadUnavailableException#
DownloadViewSet#
Bases: ViewSet
Source code in src/apps/download/views.py
authorize(request)
#
Placeholder for authorizing a resource for download from download service.
Source code in src/apps/download/views.py
notifications(request)
#
Placeholder for sending package ready -notification to a subscriber
Source code in src/apps/download/views.py
packages(request)
#
Placeholder for getting available packages and requesting package generation from download service.
Source code in src/apps/download/views.py
subscribe(request)
#
Placeholder for subscribing to an email notification from download service when package creation is ready.