open-contracting / kingfisher-collect

Downloads OCDS data and stores it on disk
https://kingfisher-collect.readthedocs.io
BSD 3-Clause "New" or "Revised" License
13 stars 12 forks source link

dominican_republic_api: implement from and until date with new endpoint #1051

Closed yolile closed 7 months ago

yolile commented 7 months ago

Now they have https://api.dgcp.gob.do/api/docs/#/Release/get_api_date__date1___date2___page_, e.g. https://api.dgcp.gob.do/api/date/2023-01-01/2023-01-13/1

where we can query by a start and end date, yyyy-mm-dd format.

jpmckinney commented 7 months ago

Awesome. Once done, a reminder to check if the incremental crawl command for DR needs any updates.

yolile commented 7 months ago

Yeap, was about to create an issue in the deploy repo, but it seems we won't need to change anything!

yolile commented 7 months ago

Well, maybe the one thing we could try now is to increase the update frequency

jpmckinney commented 7 months ago

Yeah, ideally daily – and if so, that'll motivate me to do https://github.com/open-contracting/deploy/issues/450