An unofficial Ruby client for the OmnyStudio API
gem 'omnystudio_client', github:"scpr/omnystudio_client"Configure your app to connect to OmnyStudio, either in an initializer or from your environment files:
omnystudio = OmnyStudioClient.new({
token: "{omnystudio api token}",
})You can view OmnyStudioClient's documentation in RDoc format here: http://www.rubydoc.info/github/SCPR/omnystudio_client/master/
bundle exec rspec specPull Requests are encouraged! Suggested practice:
- Fork and make changes
- Submit a PR from fork to this master