Initial release. Includes:
- accounts: lists all valid accounts for the user
- pots: lists all valid pots for the user
- register_webhooks: registers webhooks for all accounts
- list_webhooks: lists all webhooks the user has
- unregister_webhooks: unregisters _all_ the user's webhooks
- pot_deposit: deposit money into a pot
- pot_withdrawal: withdraw money from a pot
Known Issues
- unregister webhooks unregistering _all_ webhooks could be problematic, use with caution
- currently, registering webhooks points all events to the same url, which works fine for my use case but might not for yours