Alex Caloggero
Monthly Budget And Expense Tracking
https://ledgr.site/api
This is an object representing a monthly budget - a category name, planned amount, and actual amount.
GET /budget/categories/:name/:filter
GET /budget/categories/:filter
GET /budget/categories
POST /budget/categories
name string
Name of the budget category.
filter string
Parameter to filter the list by. Can be one of:
- planned
- actual
- category
Activity is an object that represents individual transactions.
GET /activity/transactions/:start/:stop
GET /activity/transactions
POST /activity/transactions
start string
The starting date for range of transactions to retrieve. Should be in the format: YYYY-MM-DD.
stop string
The ending date for range of transactions to retrieve. Should be in the format: YYYY-MM-DD.