fabric-testbed / fabric-core-api

Python (Flask) based ReSTful API for FABRIC Core User Services
MIT License
0 stars 0 forks source link

v1.4.2 - API docs #26

Closed mjstealey closed 1 year ago

mjstealey commented 1 year ago

Update API docs to be uniform in format


Example formatting as markdown files:

API_TAG

Brief description

API Endpoints

ENDPOINT_TITLE

/endpoint

Response and Request formats

GET response

{
    ...
}

POST request

{
    ...
}
mjstealey commented 1 year ago

merged