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

Reverse engineered documentation of Patreon's API

Results 2 patreon-api issues
Sort by recently updated
recently updated
newest added

I was wondering if you had found a way to list all posts or postids for a particular user's campaign, given a successful login or cookie jar.

Apparently doing a simple HTTP request for `api.patreon.com` yields a complete list of endpoints. Huh. Also, apparently patreon is powered by python: `(400, 'invalid-parameters', )` (`_ast.Str` is a python class)....