Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 565 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 565 Bytes

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