ynab-portfolio-monitor/ynab
Steven Polley 58d4d0ba41
All checks were successful
continuous-integration/drone/push Build is passing
Add README's for providers
2023-11-13 11:56:16 -07:00
..
accounts.go abstract providers behind a common interface 2023-11-12 21:40:00 -07:00
client.go abstract providers behind a common interface 2023-11-12 21:40:00 -07:00
README.md Add README's for providers 2023-11-13 11:56:16 -07:00
transactions.go abstract providers behind a common interface 2023-11-12 21:40:00 -07:00

YNAB API

This is not considered an account provider as it does not use the AccountProvider interface, instead this package is used for interacting with YNAB, creating transactions, updating transactions, getting account balances, etc.