Enums§
- GetCategories
Error - struct for typed errors of method
get_categories
- GetCategory
ById Error - struct for typed errors of method
get_category_by_id
- GetMonth
Category ById Error - struct for typed errors of method
get_month_category_by_id
- Update
Category Error - struct for typed errors of method
update_category
- Update
Month Category Error - struct for typed errors of method
update_month_category
Functions§
- get_
categories - Returns all categories grouped by category group. Amounts (budgeted, activity, balance, etc.) are specific to the current budget month (UTC).
- get_
category_ by_ id - Returns a single category. Amounts (budgeted, activity, balance, etc.) are specific to the current budget month (UTC).
- get_
month_ category_ by_ id - Returns a single category for a specific budget month. Amounts (budgeted, activity, balance, etc.) are specific to the current budget month (UTC).
- update_
category - Update a category
- update_
month_ category - Update a category for a specific month. Only
budgeted
amount can be updated.