This commit is contained in:
array-in-a-matrix 2024-07-24 20:55:32 -04:00
parent 2b84d91d9a
commit 5cb28934a5

View file

@ -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>'