github api #67
BidemiEnoch
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
I will look into this soon... fetching from the backend is a long way |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So I was working with the github api to fetch data about this repo for the about page(contribution data), now i realized doing
axios.get(githubapi)
on the frontend is a no-go since the api has a rate limit(Getting an authentication increases this rate limit but still... the rate limit would be imposed on the user of the app(through their IP address)).So if you could just fetch data from the api to the backend say... every 1 hour? and cache it some db or something and integrate into aul forum's api, so i could fetch data on the frontend, this way, we can never worry about a rate limit.
required endpoints
Beta Was this translation helpful? Give feedback.
All reactions