-
Notifications
You must be signed in to change notification settings - Fork 172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Different terms for resource title in API compared to CKAN #195
Labels
Comments
Thanks. Will update this soon. |
topicus
added a commit
to NuCivic/open_data_schema_map_dkan
that referenced
this issue
Aug 21, 2014
teosibileau
added a commit
to NuCivic/open_data_schema_map_dkan
that referenced
this issue
Aug 22, 2014
…_term GetDKAN/dkan#195 Fix work term for name key
we still have some work to do to integrate Nucivic/open_data_schema_map_dkan into dkan but it'll eventually get in when we replace the dkan_dataset_api module |
This is now configurable on a per instance basis with the Open Data Schema Map module which is included in DKAN. See https://github.com/NuCivic/open_data_schema_map#multi-value-fields for details. |
This was referenced Mar 19, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
It looks like CKAN use the term 'name' for a resource's title in the API. However DKAN users the term 'title' instead.
As an example, here's a DKAN dataset. The resource title is:
http://dev-lambethdata.gotpantheon.com/api/3/action/package_show?id=f9b7f363-6a2b-426e-8306-60332aa095cd
Here's an example from a CKAN instance:
http://5.101.100.119//api/3/action/package_show?id=met-police-crime-figures
I may have got things wrong and both 'title' and 'name' are acceptable properties for a resource, but I can't see the API JSON documented anywhere in CKAN to confirm.
The text was updated successfully, but these errors were encountered: