I've added types to almost every method in this code, created enums for HttpMethod and OrderType. I've also wrote two short tests to verify that Client is properly called.
All changes were made according to REST API Docs.
Hope it helps at least a little :) Great project, keep on going!
I've added types to almost every method in this code, created enums for
HttpMethod
andOrderType
. I've also wrote two short tests to verify thatClient
is properly called. All changes were made according to REST API Docs.Hope it helps at least a little :) Great project, keep on going!