mirror of
https://github.com/glimpse-app/server.git
synced 2025-04-02 10:52:45 -04:00
/tests/
This commit is contained in:
parent
2b84d91d9a
commit
5cb28934a5
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ Glimpse will create the default configuration file, `config.ini`, in the root of
|
|||
### API Endpoints
|
||||
|
||||
Each endpoint has comments describing what type of request it is and what parameters it takes.
|
||||
Example requests using `cURL`:
|
||||
Example requests using `cURL`, more examples can be found in `/tests/`:
|
||||
|
||||
```sh
|
||||
curl -X <POST|GET|PUT|DELETE> <Endpoint URI> -H '<Request Body Contents>'
|
||||
|
|
Loading…
Add table
Reference in a new issue