Raavgo / file_access_api

An API for the Univerity Course Software Engineering

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WHAT YOU CAN FIND HERE

This is the beautiful REST-API of Matthias Chory, Antonia Langer and Alexander Dickbauer.  

WHAT CAN YOU DO WITH IT

With this API you can upload, download and delete files like pictures, videos or documents.    

ENDPOINTS:

File-Upload:

POST /rest/api/v1/file  

File-Download:

GET /rest/api/v1/file  

File-Deletion:

DELETE /rest/api/v1/file

For more detailed informations look at the README.md in the source folder.

About

An API for the Univerity Course Software Engineering


Languages

Language:JavaScript 51.1%Language:HTML 22.7%Language:Python 16.7%Language:Dockerfile 9.5%