You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. I had tried to make a similar Vaccine Notifier using the COWIN's public API. However, the API is not realtime anymore. According to the official website, they cache the data for 30 minutes. However, according to my experience and my testing, the data is being cached for more than 30 mins (often for more than 5-6 hours).
The text was updated successfully, but these errors were encountered:
Hey, I also faced the same issue! Is there any way to avoid getting a 401 Unauth response? I am pretty sure this code also will receive 401 after a run of more than one day continues...
Hey, I also faced the same issue! Is there any way to avoid getting a 401 Unauth response? I am pretty sure this code also will receive 401 after a run of more than one day continues...
The only possible way to get around this is by making a web scraper. Currently I am working on it.
Hello. I had tried to make a similar Vaccine Notifier using the COWIN's public API. However, the API is not realtime anymore. According to the official website, they cache the data for 30 minutes. However, according to my experience and my testing, the data is being cached for more than 30 mins (often for more than 5-6 hours).
The text was updated successfully, but these errors were encountered: