The watcher.api.controllers.v1.collection Module

class watcher.api.controllers.v1.collection.Collection(**kw)[source]

Bases: watcher.api.controllers.base.APIBase

get_next(limit, url=None, marker_field='uuid', **kwargs)[source]

Return a link to the next subset of the collection.

has_next(limit)[source]

Return whether collection has more items.