kartikey54 / VaccineAvailabilityNotifier

534 stars 333 forks source link

Added calendarByDistrict but throwing error #79

Open Smket99 opened 3 years ago

Smket99 commented 3 years ago

I added calendarByDistrict, hardcoding the district_id and the date for now, but getting this error- image

sangeethkumarsg commented 3 years ago

URL is for search by district is like this 'https://cdn-api.co-vin.in/api/v2/appointment/sessions/public/findByDistrict?district_id=' + DISTRICT_ID + '&date=' + DATE,

The above code is working for me