platform-documentation icon indicating copy to clipboard operation
platform-documentation copied to clipboard

The API documentation for Patreon

Results 15 platform-documentation issues
Sort by recently updated
recently updated
newest added

Looking specifically at the Campaign v2 attributes here: https://docs.patreon.com/#campaign-v2 The documentation suggests that the values should be as follows: - `image_url`: Banner image URL for the campaign - `image_small_url`: URL...

Add pledge events as a top level include for `GET /api/oauth2/v2/campaigns/{campaign_id}/members` endpoint

Fixed incorrectly written scope in one of the scenarios for /api/oauth2/v2/identity endpoint

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.4 to 1.15.4. Release notes Sourced from nokogiri's releases. 1.15.4 / 2023-08-11 Dependencies [CRuby] Vendored libxml2 is updated to v2.11.5 from v2.11.4. For details please see https://gitlab.gnome.org/GNOME/libxml2/-/releases/v2.11.5...

dependencies

Bumps [rack](https://github.com/rack/rack) from 2.0.6 to 2.2.6.4. Changelog Sourced from rack's changelog. Changelog All notable changes to this project will be documented in this file. For info on how to format...

dependencies

Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.5.2 to 2.8.1. Changelog Sourced from addressable's changelog. Addressable 2.8.1 refactor Addressable::URI.normalize_path to address linter offenses (#430) remove redundant colon in Addressable::URI::CharacterClasses::AUTHORITY regex (#438) update gemspec to...

dependencies

Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.5 to 1.2.10. Release notes Sourced from tzinfo's releases. v1.2.10 Fixed a relative path traversal bug that could cause arbitrary files to be loaded with require when...

dependencies

There's no documentation on how to update members, for example adding a Creator Note (`member.note`) programmatically. I had to discover the method using Browser Dev Tools from my Creator Dashboard....

Question: I am looking to get a full list of people giving money to a Patreon account owner from the API, preferable with one of the official libraries. The docs...