Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Description for API Endpoints modified
  • Loading branch information
carmelag committed Mar 22, 2020
commit 7ed908e297c241446a0b690500a5013d56bc9b6c
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,11 @@ Support multiple data sources.

## Endpoints

All requests must be made to the base url: ``https://coronavirus-tracker-api.herokuapp.com/v2/`` (e.g: https://coronavirus-tracker-api.herokuapp.com/v2/locations). You can try them out in your browser to further inspect responses.
All endpoints are located at ``coronavirus-tracker-api.herokuapp.com/v2/`` and are accessible via https. For instance: you can get data per location by using this URL:
``https://coronavirus-tracker-api.herokuapp.com/v2/locations``

You can try to open the URL in your browser to further inspect the response.


### Picking data source

Expand Down