sf-sdk-ruby
Ruby Wrapper around the site factory rest api
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