manual developer section update
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
|
||||
<h2> Table of Contents </h2>
|
||||
|
||||
- [Zero-OS Hub](./flist_hub/zos_hub.md)
|
||||
- [Generate an API Token](./flist_hub/api_token.md)
|
||||
- [Zero-OS Hub](manual:zos_hub.md)
|
||||
- [Generate an API Token](api_token.md)
|
||||
- [Convert Docker Image Into Flist](./flist_hub/convert_docker_image.md)
|
||||
- [Supported Flists](./grid3_supported_flists.md)
|
||||
- [Flist Case Studies](./flist_case_studies/flist_case_studies.md)
|
||||
|
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 29 KiB |
@@ -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