Skip to content

Releases: swimmwatch/python-opendota

v3.0.0

04 Feb 13:19
c0bffef
Compare
Choose a tag to compare

What's Changed


GET /teams/{team_id}/matches
Return Type:

Changed response : 200 OK

Success

  • Changed content type : application/json

    • Added property cluster (integer)

      cluster

    • Added property opposing_team_id (integer)

      Opposing team identifier

    • Added property opposing_team_name (string)

      Opposing team name, e.g. 'Evil Geniuses'

    • Added property opposing_team_logo (string)

      Opposing team logo url

    • Deleted property radiant_team_id (integer)

      The Radiant's team_id

    • Deleted property radiant_name (string)

      The Radiant's team name

    • Deleted property dire_team_id (integer)

      The Dire's team_id

    • Deleted property dire_name (string)

      The Dire's team name

    • Deleted property series_id (integer)

      Identifier for the series of the match

    • Deleted property series_type (integer)

      Type of series the match was

v2.0.0

24 Jul 11:29
2417af1
Compare
Choose a tag to compare

What's Changed


GET /players/{account_id}
Return Type:

Changed response : 200 OK

Success

  • Changed content type : application/json

    • Deleted property tracked_until (string)

      tracked_until

    • Changed property profile (object)

      profile

      • Added property is_subscriber (boolean)

        Boolean indicating if the user subscribed to OpenDota

GET /players/{account_id}/recentMatches
Return Type:

Changed response : 200 OK

Success

  • Changed content type : application/json

    Changed items (object):
    > match

    • Added property average_rank (integer)

      Average rank of players with public match data

GET /players/{account_id}/matches
Return Type:

Changed response : 200 OK

Success

  • Changed content type : application/json

    Changed items (object):
    > Object containing information on the match

    • Added property average_rank (integer)

      Average rank of players with public match data

GET /players/{account_id}/peers
Return Type:

Changed response : 200 OK

Success

  • Changed content type : application/json

    Changed items (object):

    • Added property is_subscriber (boolean)

      is_subscriber

GET /metadata
Return Type:

Changed response : 200 OK

Success

  • Changed content type : application/json

    • Deleted property cheese (object)

      cheese

GET /teams
Parameters:

Added: page in query

Page number, zero indexed. Each page returns up to 1000 entries.

v1.0.2

01 May 15:26
386c511
Compare
Choose a tag to compare

Fix package description.

v1.0.1

01 May 11:41
ba2a7c0
Compare
Choose a tag to compare

Add metadata and issue/PR templates

v1.0.0

27 Apr 12:35
c920e0f
Compare
Choose a tag to compare

First release!