Description
I want to get metadata about the dataset using API of the internal 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 internal catalog
- http://<<hostname>>/internalcatalog/api/3/action/package_show?id=<<dataset name>>
- CKAN API returns JSON representation of metadata about the dataset
- http://<<hostname>>/internalcatalog/api/3/action/package_show?id=<<dataset name>>
Notes
36