Skip to content
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

Improve Patreon Tier list on Donate Page #156

Open
dellis1972 opened this issue Oct 10, 2024 · 2 comments
Open

Improve Patreon Tier list on Donate Page #156

dellis1972 opened this issue Oct 10, 2024 · 2 comments
Labels
help wanted Extra attention is needed

Comments

@dellis1972
Copy link
Contributor

Currently the Patreon Supporters list looks pretty horrible.
We should update it do it looks nice, I have no idea what that means though :).

If possible we should try to use the Patreon API to get the data rather than having to use the patreons.json file which is updated manually.

@dellis1972 dellis1972 added the help wanted Extra attention is needed label Oct 10, 2024
@AristurtleDev
Copy link
Contributor

As far as I'm aware, the only way to get a list of the pledges is through this API call https://docs.patreon.com/#fetch-a-creator-profile-and-campaign-info which requires an access_token which mean OAuth authentication.

Since the MonoGame site is a static site, that means the API key to get the access_token would need to be stored inside a script that's run on the page client side, which you wouldn't want to expose the API key like that.

Unless someone else more with more knowledge on the Patreon API knows a different method, I'd have to think on this one.

@dellis1972
Copy link
Contributor Author

@AristurtleDev ok, we shall park the API stuff. Lets just clean up the page for now 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants