Ruby Wrapper around the site factory rest api
- SF Rest is a pretty thin wrapper around hte rest api and is relatively bumperless.
Install the sfrest gem:
$ gem install sfrest
require 'sfrest'
sfapi = sfrest.new url, username, password
sfapi.site.site_list
See contribute.md