Skip to content

Releases: alexander-schillemans/python-exact-online

v1.0.0

v0.3.3

17 Dec 10:57
Compare
Choose a tag to compare

Raise error when cache is emptied because refresh token is expired
Useful for catching this exception and planning your logic accordingly

v0.3.2

14 Dec 10:23
Compare
Choose a tag to compare

Fixed authentication bug when refresh token is expired

v0.3.1

19 Oct 13:49
Compare
Choose a tag to compare

Small fixes: check json before error parsing and removed unused print statement.

v0.3.0

19 Oct 11:55
Compare
Choose a tag to compare

Added support for __next to retrieve lists larger than 60 entries

v0.2.3

19 Oct 10:07
Compare
Choose a tag to compare

Displaying IOError on cache save

v0.2.2

19 Oct 08:29
Compare
Choose a tag to compare

Fixed getCache raising error

v0.2.1

19 Oct 07:55
Compare
Choose a tag to compare

Raising IOErrors when cache cant be accessed instead of None

v0.2.0

17 Sep 14:56
Compare
Choose a tag to compare

Added support for VATCodes and VATPercentages
Updated README

v0.1.2

17 Sep 10:34
Compare
Choose a tag to compare

Added requests_oauthlib as dependency
Added manual state parameter for retrieving token