No commit activity in last 3 years
No release in over 3 years
Addons for Restfully
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 0.8

Runtime

 Project Readme

restfully-addons

Some additional helpers for RESTful APIs, to deal with SSH connections or other protocols.

Long-term goal is to add support for these protocols into Restfully.

Installation

$ gem install restfully-addons

Usage

Just require the library you need in your scripts. For instance, requiring addons for the BonFIRE API would be done as follows:

require 'restfully'
require 'restfully/addons/bonfire'

# your code

Authors