omgnetwork / ruby-sdk

OmiseGO Ruby SDK for integration with Wallet Server.
Apache License 2.0
8 stars 5 forks source link

Request no longer implements call but is still called from Client#call #24

Open JoeWoodward opened 6 years ago

JoeWoodward commented 6 years ago

Request no longer implements call but is still called from Client#call

Self explanatory? If you look at Client it calls request.call(, a method that is no longer implemented in Request. I'm guessing it's no longer used because the SDK still functions

JoeWoodward commented 6 years ago

https://github.com/omisego/ruby-sdk/blob/master/lib/omisego/client.rb#L10