-
Notifications
You must be signed in to change notification settings - Fork 18
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
Backend to return plugin sections data for home page #1035
Comments
We would utilize the 5-minute cache of API response to handle the data refresh
We build out sections that don't require random sampling first and use that to remove duplicates in the randomly sampled section. |
reminder: we're not including |
API Contract for endpoint: https://docs.google.com/document/d/1Md39pS3v7yP8a7fNb6qfAmFY4arVUjIuJZTi3JVz9hw/edit# |
The endpoint should be API key protected.
The API key will be made accessible to the frontend at runtime. |
Create a backend endpoint to return various sections of the homepage consistently.
The text was updated successfully, but these errors were encountered: