Skip to content

Little gem to consume the RPData API

License

Notifications You must be signed in to change notification settings

wrstudios/rpdata

Repository files navigation

Rpdata

The rpdata gem was created to be a middleware, abstracting the communication with the rpdata webservices. The idea is to provide a simple method interface and sequence of steps to interact with their API.

Installation

Add this line to your application's Gemfile:

gem 'rpdata'

And then execute:

$ bundle

Or install it yourself as:

$ gem install rpdata

Usage

TODO: Write usage example here...

Running tests

Yes, we have written Rspec tests for it.

$ rake 

should run the tests

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

Little gem to consume the RPData API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages