NOTE: This is still unstable and incomplete. ( Work in progress )
TODO
- User
- subscriptions
- update
- delete
- Plan
- all plans
- find plan
- create
- update
- Subscription
- create
- update
- churn
- unchurn
- Spec
- User
- subscriptions
- update
- delete
- Plan
- all plans
- find plan
- create
- update
- Subscription
- create
- update
- churn
- unchurn
- User
The Profitwell API Ruby Gem
A simple and easy to use Ruby wrapper for ProfitWell's REST API.
ProfitWell is the first business intelligence platform to bring together all of your recurring revenue business's financial, usage, and attribution data to one place that's insight laden, absolutely accurate, and 100% free.
Installation
Add this line to your application's Gemfile:
gem 'profitwell'
And then execute:
$ bundle install
Or install it yourself as:
$ gem install profitwell
Usage
Profitwell.config do | config |
config.access_token = "<access_token_from_profitwell>"
end
Contributing
In the spirit of [free software] (https://opensource.org/licenses/MIT ), everyone is welcome for collaboration to help improve this simple project.
- by suggesting better implementation
- by suggesting new features
- by reporting bugs
- by writing or editing documentation
- by writing specifications
- by refactoring code
- by closing issues
- by reviewing patches
License
The gem is available as open source under the terms of the MIT License.