Liking cljdoc? Tell your friends :D

milia.api.open-data


createclj/s

(create object-id name data-type)

Create an open-data object. object-id is the numeric id of the object which can be an xform or a dataview. name is the name of the open-data object. It's advisable to use either the id_string or title for an xform or title for a dataview. data-type is class name in onadata and should either be 'xform' or 'dataview'.

Create an open-data object.
`object-id` is the numeric id of the object which can be an xform or a
dataview.
`name` is the name of the open-data object. It's advisable to use either
the id_string or title for an xform or title for a dataview.
`data-type` is class name in onadata and should either be
'xform' or 'dataview'.
sourceraw docstring

deleteclj/s

(delete uuid)

Delete an open-data object

Delete an open-data object
sourceraw docstring

get-open-data-objectclj/s

(get-open-data-object uuid)

Get an open-data object.

Get an open-data object.
sourceraw docstring

get-open-data-uuidclj/s

(get-open-data-uuid object-id data-type)

Get uuid of an open-data object.

Get uuid of an open-data object.
sourceraw docstring

updateclj/s

(update object-id data-type uuid)

Updates an open-data object.

Updates an open-data object.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close