moneyhub / moneyhub-api-client

Node.JS Client for the Moneyhub API
10 stars 7 forks source link

Add more transaction methods #16

Closed gillyhl closed 3 years ago

gillyhl commented 3 years ago

MH3-6094

Couldn't really add methods to add transactions and delete without ruining the other tests. But update and get one is verifiable

ozamarripa commented 3 years ago

We could add a test to add a transaction and delete it right after that but we need to point at a manual account but the changes look good.

gillyhl commented 3 years ago

Yeah, I will add the add account methods in as well to test that functionality now

gillyhl commented 3 years ago

Added the add and delete transactions/accounts methods

gillyhl commented 3 years ago

Ah yes, will add to readme!