The panko.api.controllers.v2.capabilities Module

class panko.api.controllers.v2.capabilities.Capabilities(**kw)

Bases: panko.api.controllers.v2.base.Base

A representation of the API and storage capabilities.

Usually constrained by restrictions imposed by the storage driver.

api

A flattened dictionary of API capabilities

event_storage

A flattened dictionary of event storage capabilities

classmethod sample()
class panko.api.controllers.v2.capabilities.CapabilitiesController

Bases: pecan.rest.RestController

Manages capabilities queries.

get()

Returns a flattened dictionary of API capabilities.

Capabilities supported by the currently configured storage driver.