ynab.cr v0.2.0 Release Notes
Release Date: 2019-06-17 // about 5 years ago-
- ๐ฑ โฌ๏ธ Crystal
0.29.0
- ๐ Change API for index endpoint (
#all
->#get_all
) - API endpoints
GET
PayeeLocationsGET
CategoriesGET
Payees
- README Changes
- Add release badge
- ๐ Add usage instructions
- โ Add deploy setup for hosted docs
- ๐ฑ โฌ๏ธ Crystal
Previous changes from v0.1.0
-
The initial functionality includes:
- API Endpoints
GET
/userGET
/budgetsGET
/budgets/:budget_idGET
/budgets/:budget_id/settingsGET
/budgets/:budget_id/accountsGET
/budgets/:budget_id/accounts/:account_idGET
/budgets/:budget_id/transactions
- ๐ง Configure URL and API Key with luckyframework/habitat
- ๐ [Docs] Linking to instructions for getting your YNAB API key
๐ท This still has a long ways to go. We have one test just so that CI for Travis feels good, and a whole list of things to do right on the README.
- API Endpoints