This website requires JavaScript.
Explore
Help
Register
Sign In
zev
/
avt-fresh
Watch
1
Star
0
Fork
0
You've already forked avt-fresh
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
50ecb9d0422d66923dbd1887fc0169e0962bb382
avt-fresh
/
avt_fresh
History
Zev Averbach
50ecb9d042
raise NoResult in redis token store
2022-04-23 14:51:53 +02:00
..
__init__.py
import token stores into __init__
2022-04-23 14:45:11 +02:00
api.py
token store can be injected when instantiating ApiClient. there's a disk-based and redis-based one out of the box
2022-04-23 14:39:03 +02:00
client.py
moved everything into api.py module, imported ApiClient into __init__.py. changed the path of the oauth-containing json file to current working directory, removed references to python-dotenv which has already been removed as a dependency
2022-04-21 12:16:45 +02:00
invoice.py
refactored to use an ApiClient class
2022-04-20 00:28:53 +02:00
payments.py
refactored to use an ApiClient class
2022-04-20 00:28:53 +02:00
token.py
raise NoResult in redis token store
2022-04-23 14:51:53 +02:00