ynab / ynab-sdk-js

YNAB API Client for JavaScript
https://api.ynab.com
Apache License 2.0
217 stars 20 forks source link

Update README.md - Method now in correct class #171

Closed Nepomacs closed 1 month ago

Nepomacs commented 1 month ago

The Method months.getMonthCategory_by_id(budget_id, month, category_id) from Documentation does not exist.

Instead it seems to be in the Category Namespace categories.getMonthCategoryById(budget_id, month, category_id).

This PR fixes the Readme

Nepomacs commented 1 month ago

see #172

github-actions[bot] commented 1 month ago

The changes in this PR were just released in v2.5.0 🎉.