- New feature: `get_contacts` coroutine added - Will return a list of all your contacts. - New feature: `add_contact` coroutine added - add a new account to your contact list.
0.1.3
Added
- New feature: `delete_contact` coroutine added - delete a contact from your contact list.
0.1.2
Added
- `get_accounts` coroutine added to get the details of all your accounts.
Internal
- Extra details of the accounts loaded into memory. - These details will be used in the future to do transactions using this library. - Everything else still works the same.
0.1.1
Internal
- `http session` now more gracefully handles expired sessions. - No longer raises `HTTPException` exception when session is expired.