Skip to content

kareypowell/mambu-ruby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mambu Gem

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.

Installation

Add this line to your application's Gemfile:

gem 'mambu-ruby'

And then execute:

$ bundle

Or install it yourself as:

$ gem install mambu-ruby

Usage

TODO: Write usage instructions here

Contributing

  1. Fork it ( https://github.com/[my-github-username]/mambu-ruby/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

About

A Ruby wrapper for interacting with the Mambu REST API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages