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

Donations API #3

Open
viral32111 opened this issue Jul 10, 2023 · 0 comments
Open

Donations API #3

viral32111 opened this issue Jul 10, 2023 · 0 comments
Assignees
Labels
Enhancement New feature or request.
Milestone

Comments

@viral32111
Copy link
Owner

viral32111 commented Jul 10, 2023

Implement a HTTP RESTful API for fetching donation history. This is how the donation history table will be brought back on the donation page of my website.

Since the website is moving to static via Hugo, the initial fetch of data and population of the table will have to be done using client-side JavaScript 🤢

So API keys are not exposed client-side, there will have to be some sort of server-side middleman for fetching this data: Client (Browser) -> Server (Intermediary) -> Server (API).

I also want to do this so I have an API that I can play around with integrating with ChatGPT Plugins.

@viral32111 viral32111 added the Enhancement New feature or request. label Jul 10, 2023
@viral32111 viral32111 added this to the API milestone Jul 10, 2023
@viral32111 viral32111 self-assigned this Jul 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request.
Projects
Status: To Do
Development

No branches or pull requests

1 participant