Skip to main content

IcoTest Voice API

Project description

icotest-voice

IcoTest Voice API

This Python package is automatically generated by the OpenAPI Generator project:

  • API version: 1.0.27
  • Package version: 1.0.27
  • Build package: org.openapitools.codegen.languages.PythonClientCodegen

Requirements.

Python 2.7 and 3.4+

Installation & Usage

pip install

pip install icotest-voice

Then import the package:

import icotest_voice

Getting Started

Please follow the installation procedure and then run the following:

from __future__ import print_function

import time
import icotest_voice
from icotest_voice.rest import ApiException
from pprint import pprint

# Defining the host is optional and defaults to https://localhost/icotest_voice
# See configuration.py for a list of all supported configuration parameters.
configuration = icotest_voice.Configuration(
    host = "https://localhost/icotest_voice"
)

# Enter a context with an instance of the API client
with icotest_voice.ApiClient(configuration) as api_client:
    # Create an instance of the API class
    api_instance = icotest_voice.ControllersApi(api_client)
    controller_id = "ac331ccb-5841-44ec-9d32-4f4fe0c3c16c"  # (str): the unique id of the controller

    try:
        # DELETE Controller
        api_instance.delete_controller(controller_id)
    except ApiException as e:
        print("Exception when calling ControllersApi->delete_controller: %s\n" % e)
    

Documentation for API Endpoints

All URIs are relative to https://localhost/icotest_voice

Documentation For Authorization

All endpoints do not require authorization.

Author

shaun.hirst@3adesign.co.uk

Project details


Download files

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

Source Distribution

icotest-voice-1.0.27.tar.gz (32.9 kB view hashes)

Uploaded Source

Built Distribution

icotest_voice-1.0.27-py3-none-any.whl (44.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page