-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting redirect when fatching campaigns #40
Comments
Same problem here: the library constructs paths with a faulty double-slash In my case, this segment of code created |
When attempting to use the PatreonAPI#fetchCampaigns, I am getting the following response:
The library is initially trying to hit the url
https://www.patreon.com/api/oauth2/api//current_user/campaigns?include=rewards%2Ccreator%2Cgoals
. I haven't made changes to my client code in almost 3 years, so I'm assuming there was an API change?The text was updated successfully, but these errors were encountered: