Sha256: f557eea5e554f28ec04c47ccebadd16ef40a0358b49913c2c0b3ad9fdd2d8c34

Contents?: true

Size: 503 Bytes

Versions: 1

Compression:

Stored size: 503 Bytes

Contents

# Zumata

For interaction with the Zumata API 3.0
[insert docs link]

## Configuration
```
Zumata.configure do |config|
  config.api_url = "http://INSERT_API_URL"
  config.api_key = "YOUR_SECRET_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.1 README.md