Skip to main content

wtwco-igloo-cloud-api-client

A python client library for Igloo Cloud API v3. Please note, for most use cases we recommend using the wtwco-igloo package as it provides many useful methods on top of the API.

Installation

Note, we assume you have Python 3.9 or later already installed on your machine. If not, please download and install the latest version of Python from the official website. Also note, we recommend that you perform the installation within a Python virtual environment. See here for more info.

Once created, please activate your virtual environment and install the Igloo Python Connector package using the following command:

pip install wtwco-igloo-cloud-api-client

You should now be able to import the package in your Python code:

import wtwco_igloo_cloud_api_client

Connecting to the API

First create an authenticated client:

from wtwco_igloo_cloud_api_client import AuthenticatedClient

client = AuthenticatedClient(base_url="https://api.example.com", token="SuperSecretToken")

View your projects:

from wtwco_igloo_cloud_api_client.models import Project
from wtwco_igloo_cloud_api_client.api.projects import get_projects
from wtwco_igloo_cloud_api_client.types import Response

with client as client:
    my_data: Project = get_projects.sync(client=client)
    # or if you need more info (e.g. status_code)
    response: Response[Project] = get_projects.sync_detailed(client=client)

Documentation and Examples

For documentation and examples please see WTW Client Services.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

wtwco_igloo_cloud_api_client-7.0.0-py3-none-any.whl (228.2 kB view details)

Uploaded Python 3

File details

Details for the file wtwco_igloo_cloud_api_client-7.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for wtwco_igloo_cloud_api_client-7.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 75ae1f8493c931c27af96a211c09d2edf6b3a0657ecb6de46fc8323167c7f5a2
MD5 8820722253ff705ef3d23e011d741313
BLAKE2b-256 a820ae9c5ce8aab903e64d22416a6c87f1a316449f8b4f63729288faa2d8fd9e

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

7.0.0 This release

1 file

5.0.0

1 file

3.0.1

1 file

2.0.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page