Wilab-io / sample-apps

Repository of sample applications for https://vespa.ai, the open big data serving engine
https://github.com/vespa-engine/sample-apps
Apache License 2.0
0 stars 0 forks source link

[Documents Management] Download documents #25

Closed TinoCle closed 4 days ago

TinoCle commented 4 days ago

Description

Enable an endpoint to allow document downloading, the endpoint should receive the user's JWT, and the document ID. It should enable the user to download the document. We could return with a redirect to the hosted document's URL.

The endpoint should be /download-document

TinoCle commented 4 days ago

This will not be developed