Sha256: 84024ce383ee8b71e8b33025fd8a8fc87814bb494f70441e487bb46459dab092

Contents?: true

Size: 614 Bytes

Versions: 1

Compression:

Stored size: 614 Bytes

Contents

# Zumata

For interaction with the Zumata API 3.0
[Documentation](http://docs.api-v3.zumata.com)

### Installation
`gem install zumata_v3`

### Configuration
```
API_KEY = "YOUR API KEY"
API_URL = "https://test.api-v3.zumata.com

ZumataV3.configure do |config|
  config.api_url = API_URL
  config.api_key = API_KEY
end
```

## Contributing

1. Fork it ( https://github.com/Zumata/v3-ruby-client/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
zumata_v3-0.0.2 README.md