Sha256: 4862b2fc8429e5463e9a734076c8b9871c522f61a1f102fb9a281c52ae4fafba
Contents?: true
Size: 542 Bytes
Versions: 2
Compression:
Stored size: 542 Bytes
Contents
# Zumata For interaction with the Zumata API 2.0 http://developer.zumata.com/doc/zumata-api-2-0-documentation ## Configuration ``` Zumata.configure do |config| config.api_url = "http://api.zumata.com" config.api_key = "YOUR_SECRET_API_KEY" end ``` ## Contributing 1. Fork it ( https://github.com/Zumata/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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
zumata-0.0.4 | README.md |
zumata-0.0.3 | README.md |