Description
I want to get metadata about the dataset using API of the public catalog so that I can use the retrieved data in automated way for advertising on other data catalog.
Preconditions
- no preconditions defined
How to do it:
- external code calls the CKAN API (REST service) of the public catalog
- http://<<hostname>>/api/3/action/package_show?id=<<dataset name>>
- CKAN API returns JSON representation of metadata about the dataset
- http://<<hostname>>/api/3/action/package_show?id=<<dataset name>>
Notes
35