Actually, not all return value from Poloniex is a JSON object, for now, return_order_book is an exception. I make a change to these methods to return Result<T>, which delegates the choice to the user that he can decide what type the result value is. Commit.
Actually, not all return value from Poloniex is a JSON object, for now,
return_order_bookis an exception. I make a change to these methods to returnResult<T>, which delegates the choice to the user that he can decide what type the result value is. Commit.