Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for transfers, budgeting, and transactions array on POST .../transactions #30

Merged
merged 7 commits into from
Sep 27, 2018

Conversation

bradymholt
Copy link
Member

@bradymholt bradymholt commented Sep 27, 2018

Add client support for new API features:

  • Transfer are now support - this adds additional supporting fields (e.g. transfer_payee_id on accounts) that are coming down from the API that support transfers
  • Budgeting is now supported with categories.updateMonthCategory which is supported by new API endpoint PATH /budgets/{budget_id}/months/{month}/categories/{category_id}.
  • transactions array can now be passed to transactions. create_transaction to create multiple transaction via POST /budgets/{budget_id}/transactions endpoint.

This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant