Patreon / patreon-php

Interact with the Patreon API via OAuth
Apache License 2.0
145 stars 41 forks source link

fetch_page_of_members_from_campaign ignores page_size #89

Open HellsPlumber opened 2 years ago

HellsPlumber commented 2 years ago

Calling fetch_page_of_members_from_campaign($campaign_id, $page_size) always returns a maximum of 20 members. Requesting lower or higher numbers seems to be ignored by the endpoint.