Skip to content

Commit

Permalink
started updating docs on using the data api
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz committed Sep 26, 2012
1 parent a1d0793 commit 3748cac
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion doc/using-data-api.rst
Expand Up @@ -17,8 +17,11 @@ Quickstart
There are several endpoints into the DataStore API, they are:

* datastore_create: ``http://{YOUR-CKAN-INSTALLATION}/api/3/action/datastore_create``
* datastore_search: ``http://{YOUR-CKAN-INSTALLATION}/api/3/action/datastore_search``
* datastore_delete: ``http://{YOUR-CKAN-INSTALLATION}/api/3/action/datastore_delete``
* datastore_delete: ``http://{YOUR-CKAN-INSTALLATION}/api/3/action/datastore_upsert``
* datastore_search: ``http://{YOUR-CKAN-INSTALLATION}/api/3/action/datastore_search``
* datastore_search: ``http://{YOUR-CKAN-INSTALLATION}/api/3/action/datastore_search_sql``
* datastore_search: ``http://{YOUR-CKAN-INSTALLATION}/api/3/action/datastore_search``

Before going into detail about the API and the examples, it is useful to create a resource first so that you can store data against it in the Datastore. This can be done either through the CKAN Graphical User Interface.

Expand Down

0 comments on commit 3748cac

Please sign in to comment.