Developer Interface

Publishing

class koordinates.publishing.PublishManager(client)

Bases: koordinates.base.Manager

Accessor for querying Publish groups.

Access via the publishing property of a koordinates.client.Client instance.

create(publish)

Creates a new publish group.

get(id, expand=[])

Fetches a Token determined by the value of id.

Parameters:id – ID for the new Token object.
list()

Fetches a set of Tokens

model

alias of Publish

class koordinates.publishing.Publish(**kwargs)

Bases: koordinates.base.Model

Represents an active publishing group.

add_layer_item(layer)

Adds a Layer to the publish group.

add_table_item(table)

Adds a Table to the publish group.

cancel()

Cancel a pending publish task

get_items()

Return the item models associated with this Publish group.