I am using react for displaying User Details and Account Details
I fetch userDetails from USERAPI call and from the list I get number of accounts for the user, and for each account of the user I pass the accountID to a ACCOUNTAPI call , fetch the account details and display.
If there are more than 10 accounts for user I am getting 429 Error 'To many requests' from API , How do call API's for avoiding this error.
Maybe you are calling in a free APIREST and this has a limit for your requests. Maybe.
2.1m questions
2.1m answers
60 comments
57.0k users