This gem provides a simple Ruby wrapper for communicating with the Mambu REST API. Mambu API follow the Representational state transfer REST standard allowing resources (accounts, client, etc) to be standard with a standard set of GET, POST, PUT, DELETE HTTP requests. Communication with Mambu follows the REST architecture constraints including being stateless & cacheable. All responses are returned as JSON objects.
Add this line to your application's Gemfile:
gem 'mambu-ruby'And then execute:
$ bundle
Or install it yourself as:
$ gem install mambu-ruby
TODO: Write usage instructions here
- Fork it ( https://github.com/[my-github-username]/mambu-ruby/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request