Project

sfrest

0.01
There's a lot of open issues
No release in over a year
Wrapper methods around the ACSF Rest API.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

>= 0
 Project Readme

sf-sdk-ruby

Ruby Wrapper around the site factory rest api Coverage Status

Existing limitations

  • SF Rest is a pretty thin wrapper around hte rest api and is relatively bumperless.

Installation

Install the sfrest gem:

$ gem install sfrest

Usage

require 'sfrest'

sfapi = sfrest.new url, username, password
sfapi.site.site_list

Contributing

See contribute.md