0.0
No commit activity in last 3 years
No release in over 3 years
Easy to use API consumer - Setup your API connection in a yaml file, and use the helper methods to make easy access APIs calls
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.3
~> 3.0

Runtime

~> 1.5
~> 2.6
 Project Readme

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