about summary refs log blame commit diff
path: root/monzo_ynab/requests.txt
blob: 9634c03ad1e0238d73e77be723ca31f09ca1283b (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                                                        
:endpoint = https://api.youneedabudget.com/v1
:access-token := (password-store-get "finance/youneedabudget.com/personal-access-token")
:budget-id := (password-store-get "finance/youneedabudget.com/budget-id")

# Test
GET :endpoint/budgets
Authorization: Bearer :access-token

# List transactions
GET :endpoint/budgets/:budget-id/transactions