Using ynab-sdk-dotnetcore with youneedabudget.com

C# integration

Install
dotnet add package ynab-sdk-dotnetcore
User info
curl \
  -H "Authorization: $API_KEY" \
  https://api.youneedabudget.com/v1/user
List budgets
curl \
  -H "Authorization: $API_KEY" \
  https://api.youneedabudget.com/v1/budgets
Single budget
curl \
  -H "Authorization: $API_KEY" \
  https://api.youneedabudget.com/v1/budgets/{budget_id}
SDK on GitHub 📄 API Docs
SDK
ynab-sdk-dotnetcore
C#
API
youneedabudget.com
youneedabudget.com
Other SDKs for youneedabudget.com
ynab-sdk-php ynab-sdk-python
At a glance
Language C#
Endpoints31
Base URLhttps://api.youneedabudget.com/v1