# 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