gams / openkongqi

Outdoor air quality data
Apache License 2.0
3 stars 6 forks source link

Move `HTTPSource.get_req` to be a generator #82

Open hrbonz opened 2 years ago

hrbonz commented 2 years ago

Sometimes sources are composed by several endpoints that all need to be queried. Changing get_req to a generator and aligning the rest of the scrape flow to this format would help a lot in making code a bit cleaner.