No commit activity in last 3 years
No release in over 3 years
The Carvoyant API gem allows Ruby developers to programmatically access the Carvoyant Resources. The API is implemented as JSON over HTTP using all four verbs (GET/POST/PUT/DELETE). Each resource, like Vehicle, Trip, or DataSet, has its own URL and is manipulated in isolation.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.6
>= 6.0.2, ~> 6.0.2
>= 1.3.0, ~> 1.3.0
>= 5.8.0, ~> 5.8.0
>= 0.9.8, ~> 0.9.8
>= 10.4.2, ~> 10.4.2
>= 0.8.0, ~> 0.8.0

Runtime

>= 4.0.0, ~> 4.0
>= 1.4.5, ~> 1.4.5
 Project Readme

CarvoyantApi

Gem Version

The Carvoyant API gem allows Ruby developers to programmatically access the Carvoyant Resources

Installation

Add this line to your application's Gemfile:

gem 'carvoyant-api-ruby'

And then execute:

$ bundle

Or install it yourself as:

$ gem install carvoyant-api-ruby

Usage

TODO: Write usage instructions here

Contributing

  1. Fork it ( https://github.com/[my-github-username]/carvoyant-api-ruby/fork )
  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 a new Pull Request