asset_tags_service package

Subpackages

asset_tags_service.asset_tags_service_client module

class asset_tags_service.asset_tags_service_client.AssetTagsServiceClient(base_url, apikey, client=None)[source]

Bases: object

apikey

Initialize the AssetTagsServiceClient.

This class provides a client to interact with the Asset Tags Service API for managing asset tags.

Parameters:
  • base_url (str) – The base URL of the Asset Tags Service API.

  • apikey (str) – The API key for authentication with the Asset Tags Service API.

  • client (object, optional) – An instance of the HTTP client to use for making API requests (default is None).

asset_tags_api

An instance of AssetTagsApi for interacting with the Asset Tags API endpoints.

Type:

AssetTagsApi

class asset_tags_service.asset_tags_service_client.AssetTagsServiceClientBuilder[source]

Bases: BaseHTTPClientBuilder

build()[source]

Build the AssetTagsServiceClient instance.

Returns:

An instance of AssetTagsServiceClient with the configured settings.

Return type:

AssetTagsServiceClient

get_default_user_agent_suffix()[source]

Module contents