Releases: jaredsmithse/ynab.cr
Releases · jaredsmithse/ynab.cr
Core Functionality
- ⬆️ 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
Initial Functionality
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.