This project is a wrapper of Utopian APIs. It provides an easy way to use Utopian APIs for Ruby developers. I am very glad to see that this gem has got 497 downloads so far from Rubygems.
Here is a summary of work being done for this submission:
Ruby V2.4
Gem V2.6.11
Utopian API Ruby Client V0.0.1
Utopian API Ruby Client V0.0.2
A set of rspec test has been written in:
https://github.com/yuxir/utopian-ruby/blob/master/spec/utopian_ruby_spec.rb
and
https://github.com/yuxir/utopian-ruby/blob/master/spec/utopian_ruby_helper_spec.rb
Just fork this project, create your feature branch, commit your changes and send a pull request!
https://github.com/yuxir/utopian-ruby
Assuming you already have Ruby development configured, then run:
gem install utopian_ruby_api
require 'utopian_ruby_api'
UtopianRuby::UtopianRubyAPI.get_categories()
UtopianRuby::UtopianRubyHelper.get_posts_by_type("development",{"limit":5})
UtopianRuby::UtopianRubyHelper.get_posts_obj_by_type("development",{"limit":5})
UtopianRuby::UtopianRubyHelper.get_posts_obj_by_moderator("helo",{"limit":10,"type":"development"})
UtopianRuby::UtopianRubyHelper.get_post_repository('yuxi','utopian-api-ruby-client')
I have added my Steemit account link in the README: