diff options
author | Luhamus <86472291+Luhamus@users.noreply.github.com> | 2022-03-24 10:35:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-24 10:35:25 +0200 |
commit | 99c16a472a0071edc6bb48d6e7e466cd5f721ce4 (patch) | |
tree | f681866f124ab446e85d74b63acc661486ebb584 | |
parent | 808c0cb70b999316bcc2accd6e8e026f2e003936 (diff) |
Update README.mdmain
-rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -12,7 +12,10 @@ You can fetch the data from API as follows: ``` or just use [this](https://luhamus-nba-data.herokuapp.com/teams) link. -* For players information, you can search by the team. the endpoint is "/players/{team_name} +* For players information, you can search by the team. the endpoint is +``` +{api_url}/players/{team_name} +``` * you can get the team name from fetching the teams data from /teams. * Examples with Bulls, Celtics, Hawks: * [https://luhamus-nba-data.herokuapp.com/players/bulls](https://luhamus-nba-data.herokuapp.com/players/bulls). |