restructured manual
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
- [Upload your Existing Flist to Reduce Bandwidth](#upload-your-existing-flist-to-reduce-bandwidth)
|
||||
- [Authenticate via 3Bot](#authenticate-via-3bot)
|
||||
- [Get and Update Information Through the API](#get-and-update-information-through-the-api)
|
||||
- [Public API Endpoints (No Authentication Required)](#public-api-endpoints-no-authentication-required)
|
||||
- [Restricted API Endpoints (Authentication Required)](#restricted-api-endpoints-authentication-required)
|
||||
- [Public API Endpoints - No Authentication Required](#public-api-endpoints---no-authentication-required)
|
||||
- [Restricted API Endpoints - Authentication Required](#restricted-api-endpoints---authentication-required)
|
||||
- [API Request Templates and Examples](#api-request-templates-and-examples)
|
||||
|
||||
***
|
||||
@@ -71,7 +71,7 @@ If your `jwt` contains memberof, you can choose which user you want to use by sp
|
||||
See example below.
|
||||
|
||||
|
||||
### Public API Endpoints (No Authentication Required)
|
||||
### Public API Endpoints - No Authentication Required
|
||||
- `/api/flist` (**GET**)
|
||||
- Returns a json array with all repository/flists found
|
||||
- `/api/repositories` (**GET**)
|
||||
@@ -84,7 +84,7 @@ See example below.
|
||||
- `/api/flist/<repository>/<flist>` (**GET**)
|
||||
- Returns json object with flist dumps (full file list)
|
||||
|
||||
### Restricted API Endpoints (Authentication Required)
|
||||
### Restricted API Endpoints - Authentication Required
|
||||
- `/api/flist/me` (**GET**)
|
||||
- Returns json object with some basic information about yourself (authenticated user)
|
||||
- `/api/flist/me/<flist>` (**GET**, **DELETE**)
|
||||
|
Reference in New Issue
Block a user