PatreonRB

This library is a work in progress

PatreonRB is a Ruby library for interacting with the Patreon V2 API.

This API isn't great so this library tries to add useful fields, such as user_id and campaign_id on Patreon::Member's, to make implementing the Patreon API in your application much easier.

Installation

Add this line to your application's Gemfile:

gem "patreonrb"

Usage

Set Client Details

Firstly you'll need to set an Access Token, which would be generated using OAuth.

@client = Patreon::Client.new(access_token: "")

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/deanpcmad/patreonrb.

License

The gem is available as open source under the terms of the MIT License.