Skip to content

Releases: ahivert/tgtg-python

0.7.0

14 Nov 20:34
Compare
Choose a tag to compare
  • be able to build client with access_token, refresh_token and user_id (should help to avoid login email sent by tgtg)
  • Fix login

0.6.0

06 Oct 08:06
Compare
Choose a tag to compare

Update user agent

0.5.0

03 Mar 20:01
Compare
Choose a tag to compare
  • Fix refresh token
  • Add signup (let you create tgtg account through API)

0.4.0

22 Dec 07:39
Compare
Choose a tag to compare
  • Refresh access token every 4 hours (fix #63)
  • Deprecate access_token and user_id when building client (will be remove on next release)
  • Client accept custom timeout (None by default) thanks @MaxWinterstein

0.3.0

26 Nov 21:17
Compare
Choose a tag to compare
  • Client accept proxies
  • Update version of the app in user agent
  • Update version of TooGooToGo api

0.2.0

27 Sep 18:51
Compare
Choose a tag to compare
  • remove get_all_business (not working anymore)
  • use api version V6
  • update default user agent to use new tgtg app version 20.8.2
  • Added set_favorite() to add remove a fav through the api
  • force usage of named params on get_items
  • add some params on get items (like search_phrase)