api_consumer

Easy to use API consumer - Setup your API connection in a yaml file, and use the helper methods to make easy access APIs calls


License
MIT
Install
gem install api_consumer -v 0.0.7

Documentation

APIConsumer

About

APIConsumer is a simple gem for accessing external APIs more easily.

Install APIConsumer:

in your Gemfile:

gem "api_consumer"

and bundle install!

Wow, that was easy.

How to use APIConsumer:

APIConsumer is meant to be simple.

Follow along with the example for Wikipedia in the examples/wikipedia.rb file.

Basically, you need to Ruby class to be your API consumer. Create a yaml file for configuring your API consumer. Then customize your methods to use the API Consumer custom methods that make using APIs simple and easy.

To do

  • More documentation
  • More instructions
  • More examples
  • Fix pending tests