Skip to content

Versions

Implementation of a resource container for the versions endpoint.

Versions(resources)

Bases: ResourceContainer

Implementation of the resource container for the versions endpoint.

This resource container is a collection of versions returned by the StreamPipes API. It is capable of parsing the response content directly into a list of queried Version. Furthermore, the resource container makes them accessible in a pythonic manner.

PARAMETER DESCRIPTION
resources

A list of resources (Version) to be contained in the ResourceContainer.

TYPE: List[Resource]