mirror of
https://github.com/jlengrand/dotaClient.git
synced 2026-03-10 08:11:18 +00:00
22 lines
545 B
HTTP
22 lines
545 B
HTTP
## TeamsApi
|
|
|
|
### GET /teams
|
|
# @name teamsGet
|
|
GET http://api.opendota.com/api/teams
|
|
|
|
### GET /teams/{team_id}
|
|
# @name teamsTeamIdGet
|
|
GET http://api.opendota.com/api/teams/{{team_id}}
|
|
|
|
### GET /teams/{team_id}/heroes
|
|
# @name teamsTeamIdHeroesGet
|
|
GET http://api.opendota.com/api/teams/{{team_id}}/heroes
|
|
|
|
### GET /teams/{team_id}/matches
|
|
# @name teamsTeamIdMatchesGet
|
|
GET http://api.opendota.com/api/teams/{{team_id}}/matches
|
|
|
|
### GET /teams/{team_id}/players
|
|
# @name teamsTeamIdPlayersGet
|
|
GET http://api.opendota.com/api/teams/{{team_id}}/players
|