-
-
Notifications
You must be signed in to change notification settings - Fork 530
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
Kindly add booking by center ID directly #216
Comments
I wanted to but most people wont know the center ID, right? I hadn't seen an API to list centers or get their IDs |
@pallupz I am asking for this option because center in one pincodes is located with 3-5kilometers, during lockdown its hard to travel. |
that is a good idea. Problem is where to get this part:
|
when we get on below link, which is used for find by pincode and date
we get response as
so filter by
|
same with get request on findByDistrictwe get response as..
so filter by
|
Selecting better center for higher chances of booking in one pass
(https://cdn-api.co-vin.in/api/v2/appointment/sessions/public/calendarByCenter?center_id={centerID}&date={date})
using above url provid a booking option for particular "center ID" directly
@pallupz
The text was updated successfully, but these errors were encountered: