Liking cljdoc? Tell your friends :D

openadr3.vtn.handler.events

Event CRUD handlers.

Event CRUD handlers.
raw docstring

createclj

(create storage)

POST /events — create a new event. Validates that programID references an existing program.

POST /events — create a new event.
Validates that programID references an existing program.
sourceraw docstring

delete-by-idclj

(delete-by-id storage)

DELETE /events/{eventID} — delete an event.

DELETE /events/{eventID} — delete an event.
sourceraw docstring

get-by-idclj

(get-by-id storage)

GET /events/{eventID} — fetch an event by ID.

GET /events/{eventID} — fetch an event by ID.
sourceraw docstring

search-allclj

(search-all storage)

GET /events — search events with optional programID, targets, skip, limit, dateStart, dateEnd. Defaults to the [now, now+2d] overlap window when no explicit range is given (zone-neutral).

GET /events — search events with optional programID, targets, skip, limit,
dateStart, dateEnd. Defaults to the [now, now+2d] overlap window when no
explicit range is given (zone-neutral).
sourceraw docstring

update-by-idclj

(update-by-id storage)

PUT /events/{eventID} — update an event.

PUT /events/{eventID} — update an event.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close