Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luckey-elijah/ynab_api
Unofficial API for interacting with https://api.ynab.com/
https://github.com/luckey-elijah/ynab_api
budget ynab
Last synced: 10 days ago
JSON representation
Unofficial API for interacting with https://api.ynab.com/
- Host: GitHub
- URL: https://github.com/luckey-elijah/ynab_api
- Owner: Luckey-Elijah
- License: bsd-3-clause
- Created: 2023-02-03T18:27:38.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-10T01:02:11.000Z (over 1 year ago)
- Last Synced: 2025-01-27T17:58:00.655Z (16 days ago)
- Topics: budget, ynab
- Language: Dart
- Homepage:
- Size: 89.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# YNAB Api
[![style: very good analysis][very_good_analysis_badge]][very_good_analysis_link]
[![Powered by Mason][mason_badge]][mason_link]
[![License:BSD 3][license_badge]][license_link]Dart tooling for interacting with [YNAB's API][ynab_api].
## Setup 💻
1. Go to your YNAB ["Developer Settings" page][ynab_dev_settings].
2. Under the "Personal Access Tokens" section, click "New Token", enter your password and click "Generate" to get an access token.
3. Run `curl -H "Authorization: Bearer " https://api.ynab.com/v1/budgets` to verify that you access token is valid.---
[license_badge]: https://img.shields.io/badge/license-BSD-3
[license_link]: https://choosealicense.com/licenses/bsd-3-clause/
[mason_link]: https://github.com/felangel/mason
[mason_badge]: https://img.shields.io/endpoint?url=https%3A%2F%2Ftinyurl.com%2Fmason-badge
[very_good_analysis_badge]: https://img.shields.io/badge/style-very_good_analysis-B22C89.svg
[very_good_analysis_link]: https://pub.dev/packages/very_good_analysis
[ynab_dev_settings]: https://app.ynab.com/settings/developer
[ynab_api]: https://api.ynab.com/