PrasadG193 / covaccine-notifier

CoWIN Vaccine availability notifier for India
Apache License 2.0
62 stars 28 forks source link

Use of restricted API #28

Closed suyashm111 closed 3 years ago

suyashm111 commented 3 years ago

You are using restricted api for checking the session. Make sure you are using PUBLIC endpoints.

PrasadG193 commented 3 years ago

We were using it because the public endpoints return a cached result which shows old availability data. But now since the non public APIs requires authentication, we need to revert back to public endpoints