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

Projects GET endpoint #23

Open
hunxjunedo opened this issue Dec 9, 2024 · 0 comments
Open

Projects GET endpoint #23

hunxjunedo opened this issue Dec 9, 2024 · 0 comments
Assignees

Comments

@hunxjunedo
Copy link
Contributor

can you make quick work of adding a new GET endpoint to the gallery API? It’ll be under a new /projects route, specifically /projects/{project_name}. The project name will be one of gallery-api or gallery-website. This should return JSON data containing information about the project e.g. a list of contributors (and anything else relevant). We don’t need to use a token for this, as the github endpoints for this is publicly available. That said, without tokens, there are lower rate limits and thus, we should cache project information on the gallery API project for up to 1 hour. This ensures we will never hit the github rate limit.

@hunxjunedo hunxjunedo self-assigned this Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant