Skip to content

Releases: twitchtv/igdb-api-python

Popularity Update

17 Jul 08:32
486e97a
Compare
Choose a tag to compare

Adds protobuf support for Popularity Primitives
https://api-docs.igdb.com/#popscore

Dependency updates

09 Nov 10:21
Compare
Choose a tag to compare
0.3.2

Merge branch 'master' of https://github.com/twitchtv/igdb-api-python

Dependency updates

09 Nov 10:10
cb6be8d
Compare
Choose a tag to compare
Merge pull request #34 from twitchtv/events-api

Update python.

Return types fix

09 Nov 08:20
2549a50
Compare
Choose a tag to compare

Updated the IGDB Protobuf file.
Updated README for Protobuf usage.
Updated Return types

Release Date Status Update

23 May 11:34
34fb86a
Compare
Choose a tag to compare

Updated the protobuf file to add the new field Release Date Status

Add GameLocalization and Region resources

22 Nov 15:28
f3b82a5
Compare
Choose a tag to compare

Add GameLocalization and Region resources that can be found in the docs
https://api-docs.igdb.com/#game-localization
https://api-docs.igdb.com/#region

What's Changed

  • Update resources according to latest Protobuf and bump version by @berkos in #21

Full Changelog: 0.0.6...0.1.0

Dependency Update

20 Oct 11:50
e522821
Compare
Choose a tag to compare

Updated the Dependencies and Protobuf file.

Update Protocol Buffers

22 Oct 09:29
607044c
Compare
Choose a tag to compare

Replace the outdated protocol buffers with the new updated version in order to use the protobuf endpoints of the API.
This should fix any newly occurring decoding errors when trying to decode a protobuf message.

Update to IGDB Api V4

25 Sep 10:10
95d47c2
Compare
Choose a tag to compare

Updates to use new twitch authorization and point at the new URL/Path. Updated protobuf because lots of endpoints have changed and some datapoints as well.