diff --git a/kingfisher_scrapy/spiders/kyrgyzstan.py b/kingfisher_scrapy/spiders/kyrgyzstan.py index a8b2d424..c4ca9baa 100644 --- a/kingfisher_scrapy/spiders/kyrgyzstan.py +++ b/kingfisher_scrapy/spiders/kyrgyzstan.py @@ -8,6 +8,13 @@ class Kyrgyzstan(LinksSpider): """ Domain Ministry of Finance + Caveats + The planning endpoint is not implemented because is not completely in OCDS. + Bulk download documentation + https://analytics.zakupki.gov.kg/dashboard/weekly and then to 'API & EXPORT'. + Direct access to https://analytics.zakupki.gov.kg/api-export doesn't work. + Swagger API documentation + https://app.swaggerhub.com/apis/DPAteam/export-api-documentation/1.0 """ name = 'kyrgyzstan' data_type = 'release_package'