We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 129a153 commit d343a35Copy full SHA for d343a35
README.md
@@ -46,6 +46,14 @@ You can open the URL in your browser to further inspect the response. Or you can
46
curl https://coronavirus-tracker-api.herokuapp.com/v2/locations | json_pp
47
```
48
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
57
## API Endpoints
58
59
### Sources Endpoint
0 commit comments