Patreon / patreon-js

Use the Patreon API via OAuth.
MIT License
151 stars 30 forks source link

provide an API that will return inactive pledges #12

Closed balupton closed 6 years ago

balupton commented 7 years ago

it is unfortunate that the API only provides active pledges, one of our patrons supported us for 8 months in 2016, but his details are no longer returned via the API endpoints.

I was able to grab his details manually from https://www.patreon.com/manageRewards - however it would be awesome if there was an API for this, as manually it would be untenable to do with hundreds of inactive patrons

the use case for this will be to:

  1. be able to identify via a program the total donated amount of a user, even if they have inactive pledges
  2. optional: be able to identify via a program how much a user gave during a month that had a past pledge
spencerhandley commented 6 years ago

Hey @balupton, this will be considered for later versions of the API. It's something we'd really like to do in the future.

balupton commented 6 years ago

did this land?