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
22da3b77ce284a3cc0c5a661338530d8088dc497
avt-fresh
/
avt_fresh
History
Zev Averbach
22da3b77ce
removed id from TokenTup
2022-04-23 15:19:27 +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
removed id from TokenTup
2022-04-23 15:19:27 +02:00