patreon-js icon indicating copy to clipboard operation
patreon-js copied to clipboard

Use the Patreon API via OAuth.

Results 23 patreon-js issues
Sort by recently updated
recently updated
newest added

Upgrades dependencies and links.

With this am i able to get the recent patreons that sub to my content? Like if i have a new user to sub to my patreon can i use...

An error in the API Resources section of the documentation https://www.npmjs.com/package/patreon#api-resources ``` const { patreon, jsonApiURL } = require('patreon') const pledge_schema = require('patreon/schemas/pledge') const patreonAPIClient = patreon(access_token) const url =...

There's no declaration file for module 'patreon'

How can I get the current user is paid a specify pledge by api? I need to know, which tier is paid by the current usef.

Hey guys! As a creator myself, I'm looking for a way to automate the population of spreadsheets with pledge member information. Any chance you would release a how-to-guide for this...

``` var url = require('url') var patreon = require('patreon') var patreonAPI = patreon.patreon var patreonOAuth = patreon.oauth // Use the client id and secret you received when setting up your...

Added a small notice, since it's confusing for users when they try this library and it doesn't work for v2 endpoints.

We should list out _all_ of the available methods in the readme, or other documentation. For instance, the quite crucial `refreshToken` method is not at all discussed here.