Skip to content

Unofficial Ruby client for the Omny Studio Management API

License

Notifications You must be signed in to change notification settings

SCPR/omnystudio_client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OmnyStudio Client

An unofficial Ruby client for the OmnyStudio API

Installation

gem 'omnystudio_client', github:"scpr/omnystudio_client"

Usage

Configuration

Configure your app to connect to OmnyStudio, either in an initializer or from your environment files:

omnystudio = OmnyStudioClient.new({
  token: "{omnystudio api token}",
})

Documentation

You can view OmnyStudioClient's documentation in RDoc format here: http://www.rubydoc.info/github/SCPR/omnystudio_client/master/

Tests

To run the tests:

bundle exec rspec spec

Contributing

Pull Requests are encouraged! Suggested practice:

  • Fork and make changes
  • Submit a PR from fork to this master

About

Unofficial Ruby client for the Omny Studio Management API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages