Skip to content

REST Interface

fwoerister edited this page Mar 23, 2019 · 4 revisions

For the CRUD operations on the MongoDatastore, the Datastore API remaind unchanged. For more information about the Datastore API, checkout the CKAN documentation.

This plugin only extends the REST API by one operation:

querystore_resolve

it takes 3 parameters:

  • pid
  • offset
  • limit

Disclaimer: As not every operation specified by the IDatastoreBackend could be realized using a MongoDB, following operations will raise a NotImplementedError:

  • create_function
  • drop_function
  • search_sql
Clone this wiki locally