See harvesting documentation here: https://github.com/okfn/ckanext-harvest

DKAN should expose the CKAN APIs (http://docs.ckan.org/en/latest/api.html) that are necessary for allowing DKAN datasets to be harvested by CKAN.

This issue is to list those APIs.

Comments

acouch’s picture

acouch’s picture

It appears that these would cover the ckannext-harvest needs:

  • action/site_read
  • action/package_list
  • rest/dataset
  • action/current_package_list_with_resources
  • action/revision_list
  • search/revision
  • action/package_revision_list
  • action/group_list
  • rest/group
  • action/package_show
  • rest/dataset/{id}
  • resource_show

Will implement in other issues.

acouch’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.