We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 = jsonApiURL(`/current_user`, { fields: { pledge: [...pledge_schema.default_attributes, pledge_schema.attributes.total_historical_amount_cents] } }) patreonAPIClient(url, callback)
On the second line, it should be
const pledge_schema = require('patreon/dist/schemas/pledge')
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
Also just ran into this
Addressing issue Patreon#39
17b2fbb
Patreon#39
Hi is this issue this open if not can assign me other issue
No branches or pull requests
An error in the API Resources section of the documentation
https://www.npmjs.com/package/patreon#api-resources
On the second line, it should be
The text was updated successfully, but these errors were encountered: