Project

profitwell

0.0
No release in over 3 years
Low commit activity in last 3 years
Profitwell Ruby API Wrapper
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 3.2

Runtime

>= 0
 Project Readme

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

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.