Skip to content

Commit d343a35

Browse files
committed
add Swagger information to the Readme
1 parent 129a153 commit d343a35

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,14 @@ You can open the URL in your browser to further inspect the response. Or you can
4646
curl https://coronavirus-tracker-api.herokuapp.com/v2/locations | json_pp
4747
```
4848

49+
### Swagger/OpenAPI
50+
51+
An [interactive SwaggerUI](https://coronavirus-tracker-api.herokuapp.com/) exists for the `v2` endpoints.
52+
53+
Mobile friendly ReDocs can be reached at https://coronavirus-tracker-api.herokuapp.com/docs
54+
55+
The [OpenAPI](https://swagger.io/docs/specification/about/) json can be downloaded at https://coronavirus-tracker-api.herokuapp.com/openapi.json
56+
4957
## API Endpoints
5058

5159
### Sources Endpoint

0 commit comments

Comments
 (0)