# 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