Patreon / patreon-php

Interact with the Patreon API via OAuth
Apache License 2.0
144 stars 40 forks source link

Updates to API.php #96

Open BugCrafter opened 2 years ago

BugCrafter commented 2 years ago

I added two new public functions which I have just verified to work correctly.

These are fetch_posts and fetch_single_post.

The first function fetches the specified number of records from a given campaign ID. The second fetches a single post from a given post ID.