Rest Api - feamer/web GitHub Wiki

Rest API

This page shows the current available rest API. The scheme shows an overview of the API in a tree structure. the description structure.

Scheme

feamer
 |
 +-auth
 |  |
 |  +-validate
 |  +-login
 |  \-register
 |
 +-rest
 |  |
 |  +-friend
 |  |  |
 |  |  +-list
 |  |  +-add
 |  |  +-id
 |  |  \-remove
 |  +-file
 |  |  |
 |  |  +-upload
 |  |  +-<id>
 |  |  \-share
 |  |     |
 |  |     \-<name>
 |  |
 |  \-health
 |
 \-web
    |
    \...

-> This are parameters which have to be filled with fitting data.

Description

⚠️ **GitHub.com Fallback** ⚠️