Skip to content
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

API: Fix CKAN API Interface #3

Open
8 of 18 tasks
sinhrks opened this issue Aug 24, 2014 · 1 comment
Open
8 of 18 tasks

API: Fix CKAN API Interface #3

sinhrks opened this issue Aug 24, 2014 · 1 comment

Comments

@sinhrks
Copy link
Owner

sinhrks commented Aug 24, 2014

http://docs.ckan.org/en/latest/api/index.html

Validation

  • ckan.logic.action.get.site_read

Lists

  • ckan.logic.action.get.package_list --> packages
  • ckan.logic.action.get.group_list --> groups
  • ckan.logic.action.get.member_list --> members
  • ckan.logic.action.get.tag_list --> tags
  • ckan.logic.action.get.related_list --> relateds
  • ckan.logic.action.get.organization_list --> organizations
  • ckan.logic.action.get.current_package_list_with_resources

Get

  • ckan.logic.action.get.related_show
  • ckan.logic.action.get.package_show
  • ckan.logic.action.get.resource_show
  • ckan.logic.action.get.group_show
  • ckan.logic.action.get.organization_show
  • ckan.logic.action.get.current_package_list_with_resources
  • ckan.logic.action.get.package_revision_list

Search

  • ckan.logic.action.get.package_search
  • ckan.logic.action.get.resource_search
  • ckan.logic.action.get.tag_search
@westurner
Copy link

Is there a newer more maintained way to do this?

I just found https://github.com/ckan/ckanapi and created this issue:
"DOC: How to read data into pandas / dask / xarray" ckan/ckanapi#145
with some links to requests-cache (pandas-datareader) and CacheControl.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants