inertia186 / radiator

Hive Ruby API Client
https://hive.blog/hive-139531/@inertia/radiator-v0-4-8-hive-ruby-api-client-eclipse-update
Other
50 stars 22 forks source link

Need FAILOVER example of code for golos #11

Closed Nerossoul closed 6 years ago

Nerossoul commented 6 years ago

it is steem code options = { ur: 'https://api.steemit.com', failover_urls: [ 'https://api.steemitstage.com', 'https://gtg.steem.house:8090' ] } api = Radiator::Api.new(options)

Can you show how to use it for golos? "ur:" <-- is it normal? may be "url:"

inertia186 commented 6 years ago

Thanks. I've updated the README.md.