The watcher.api.controllers.root Module

class watcher.api.controllers.root.Root(**kw)[source]

Bases: watcher.api.controllers.base.APIBase

static convert()[source]
class watcher.api.controllers.root.RootController[source]

Bases: pecan.rest.RestController

get(*args, **kwargs)[source]
class watcher.api.controllers.root.Version(**kw)[source]

Bases: watcher.api.controllers.base.APIBase

An API version representation.

static convert(id)[source]

Previous topic

The watcher.api.controllers.link Module

Next topic

The watcher.api.controllers.v1.action Module

Project Source

This Page