-
Notifications
You must be signed in to change notification settings - Fork 0
Get file
Thibault Marquand - Mediashare edited this page Jan 29, 2020
·
6 revisions
- Public file
curl localhost:8000/info/{id}
- Private file
curl -H "ApiKey: xxxxx" localhost:8000/info/{id}
- Public file
curl localhost:8000/show/{id}
- Private file
curl -H "ApiKey: xxxxx" localhost:8000/show/{id}
- Public file
curl localhost:8000/download/{id}
- Private file
curl -H "ApiKey: xxxxx" localhost:8000/dowload/{id}