+ π A Go abstraction over the Pocketsmith API: https://developers.pocketsmith.com/docs.
The following API endpoints are currently covered by this package:
- Get the authorized user.
- Get user.
- Update user.
- Get institution.
- Update institution.
- Delete institution.
- List institutions in user.
- Create institution in user.
- Get account.
- Update account.
- Delete account.
- List accounts in user.
- Update display order of accounts in user.
- Create an account in user.
- List accounts in institution.
- Get transaction account.
- Update transaction account
- List transaction accounts in user.
- Get a transaction.
- Update a transaction.
- Delete a transaction.
- List transactions in user.
- List transactions in account.
- List transactions in categories.
- List transactions in transaction account.
- Create a transaction in transaction account.
- Get category.
- Update category.
- Delete category.
- List categories in user.
- Create category in user.
- List category rules in user.
- Create category rule in category.
- List budget for user.
- Get budget summary for user.
- Get trend anlysis for user.
- Delete forcast cache for user.
- Get event.
- Update event.
- Delete event.
- List events in user.
- List events in scenario.
- Create event in scenario.
- Get attachment.
- Update attachment.
- Delete attachment.
- List attachments in user.
- Create attachment in user.
- List attachments in transaction.
- Assign attachment to transaction.
- Unassign attachment in transaction.
- List labels in user.
- List saved searches in user.
- List currencies.
- Get currency.
- List time zones.
// TODO
This work is published under the MIT license.
Please see the LICENSE
file for details.