Skip to content

Commit

Permalink
Merge pull request #578 from open-contracting/550_kyrgyz_republic
Browse files Browse the repository at this point in the history
Add docstring to Kyrgyzstan spider
  • Loading branch information
yolile committed Jan 6, 2021
2 parents 8431115 + b038972 commit 49f826e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions kingfisher_scrapy/spiders/kyrgyzstan.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 49f826e

Please sign in to comment.