A rack-based web API (using Rory) for your Bumbleworks instance.
Add this line to your application's Gemfile:
gem 'bumbleworks-api'
There are quite a few ways to use this - the most common, if you're using Bumbleworks in a Rails app, would probably be to mount Bumbleworks::Api::Application at some path in your Rails routing - see the Rails routing guide for more info.
Or you can run it standalone using a Rack server - basically, Bumbleworks just needs to be configured, and then you can run Bumbleworks::Api::Application
.
Note that you can also use bumbleworks-gui, which wraps this API in a simple GUI.
- Fork it
- 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 new Pull Request