Patreon / platform-documentation

The API documentation for Patreon
https://docs.patreon.com
Other
29 stars 16 forks source link

Question: Missing pledge event types on campaign member APIv2 request #41

Open kb opened 4 years ago

kb commented 4 years ago

Hi There,

I'm observing an issue with making a request to the campaign members api v2 endpoint. The request has an include for pledge_history (a relationship of member) which is described to return an array of Pledge Events. I've observed that the API is failing to return pledge events of the type pledge_downgrade and pledge_upgrade. I believe this is potentially a bug as other pledge event types are returned as expected.

I'm making this api call for campaign 2416453 using ruby (2.7.0) via the httparty library.

Happy to provided additional debugging information if needed.

Thanks!