The heatclient.v1.client Module

class heatclient.v1.client.Client(*args, **kwargs)

Bases: heatclient.common.http.HTTPClient

Client for the Heat v1 API.

Parameters:
  • endpoint (string) – A user-supplied endpoint URL for the heat service.
  • token (string) – Token for authentication.
  • timeout (integer) – Allows customization of the timeout for client http requests. (optional)

This Page