0.0
No commit activity in last 3 years
No release in over 3 years
Ruby Client for the Omnivore.io API
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

Omnivore.io Ruby Client

The Omnivore.io Ruby Client is used to interact with the Omnivore API from Ruby.

Usage

Start by creating a connection to Omnivore with your credentials:

require 'omnivore-io'
$omnivore_io = OmnivoreIO::API.new(api_key: "API_KEY_HERE")

Now you can make requests to the API.

Requests

TODO

Meta

Based heavily on heroku.rb, originally authored by geemus (Wesley Beary) and Pedro Belo. Thanks, Heroku!

Released under the MIT license.