Skip to content

A wrapper written in Python to access the YNAB RESTFUL API

License

Notifications You must be signed in to change notification settings

IndexEng/YouNeedAn-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

You Need An API (ynapi)

A wrapper written in Python to access the YNAB RESTFUL API

Installation

Manually install or run:

pip install git+https://github.com/IndexEng/[email protected]

Configuring test case

In order to run unit tests of YNAPI, it is important to set up a configuration file. This provides the unit test script with the variables it needs to access real API values and confirm it is effective. The config file should be dropped in the tests directory and should be named config.ini

Internally, config file format is:

[YNAB]
API_token =
budget_id =
investment_category_id =

[ALPHA VANTAGE]
API_token =

About

A wrapper written in Python to access the YNAB RESTFUL API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages