https://github.com/acquia/sf-sdk-ruby
Ruby Wrapper around the site factory rest api
https://github.com/acquia/sf-sdk-ruby
Last synced: 12 days ago
JSON representation
Ruby Wrapper around the site factory rest api
- Host: GitHub
- URL: https://github.com/acquia/sf-sdk-ruby
- Owner: acquia
- License: apache-2.0
- Created: 2016-04-11T16:58:36.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2025-02-19T14:30:51.000Z (2 months ago)
- Last Synced: 2025-03-28T15:51:52.962Z (29 days ago)
- Language: Ruby
- Homepage:
- Size: 958 KB
- Stars: 0
- Watchers: 15
- Forks: 6
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# sf-sdk-ruby
Ruby Wrapper around the site factory rest api
[](https://coveralls.io/github/acquia/sf-sdk-ruby?branch=master)## Existing limitations
- SF Rest is a pretty thin wrapper around hte rest api and is relatively bumperless.
## Installation
Install the sfrest gem:
```shell
$ gem install sfrest
```
## Usage```ruby
require 'sfrest'sfapi = sfrest.new url, username, password
sfapi.site.site_list
```## Contributing
See [contribute.md](contribute.md)