Releases: ahivert/tgtg-python
Releases · ahivert/tgtg-python
0.7.0
- 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.5.0
- Fix refresh token
- Add signup (let you create tgtg account through API)
0.4.0
- 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
- Client accept proxies
- Update version of the app in user agent
- Update version of TooGooToGo api
0.2.0
- 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)