Skip to main content

API v1 for web.oto.dev service

Project description

WebOtoDevSdk Python SDK 1.0.0

Welcome to the WebOtoDevSdk SDK documentation. This guide will help you get started with integrating and using the WebOtoDevSdk SDK in your project.

This SDK was generated by liblab

Versions

  • API version: 1.0.1
  • SDK version: 1.0.0

About the API

API v1 for web.oto.dev service

Table of Contents

Setup & Configuration

Supported Language Versions

This SDK is compatible with the following versions: Python >= 3.7

Installation

To get started with the SDK, we recommend installing using pip:

pip install web_oto_dev_sdk

Authentication

API Key Authentication

The WebOtoDevSdk API uses API keys as a form of authentication. An API key is a unique identifier used to authenticate a user, developer, or a program that is calling the API.

Setting the API key

When you initialize the SDK, you can set the API key as follows:

WebOtoDevSdk(
    project_id="my-project-slug-or-uid",
    api_key="YOUR_API_KEY",
    api_key_header="YOUR_API_KEY_HEADER",
    timeout=10000
)

If you need to set or update the API key after initializing the SDK, you can use:

sdk.set_api_key("YOUR_API_KEY", "YOUR_API_KEY_HEADER")

Setting a Custom Timeout

You can set a custom timeout for the SDK's HTTP requests as follows:

from web_oto_dev_sdk import WebOtoDevSdk

sdk = WebOtoDevSdk(timeout=10000)

Sample Usage

Below is a comprehensive example demonstrating how to authenticate and call a simple endpoint:

from web_oto_dev_sdk import WebOtoDevSdk

sdk = WebOtoDevSdk(
    project_id="my-project-slug-or-uid",
    api_key="YOUR_API_KEY",
    api_key_header="YOUR_API_KEY_HEADER",
    timeout=10000
)

result = sdk.admin.projects()

print(result)

Services

The SDK provides various services to interact with the API.

Below is a list of all available services:
Name
admin
project
properties
meanings
formulas
values
layouts

Models

The SDK includes several models that represent the data structures used in API requests and responses. These models help in organizing and managing the data efficiently.

Below is a list of all available models:
Name Description
Project
Property
Meaning
Formula
Value

License

This SDK is licensed under the MIT License.

See the LICENSE file for more details.

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

web_oto_dev_sdk-1.0.0.tar.gz (25.8 kB view details)

Uploaded Source

Built Distribution

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

web_oto_dev_sdk-1.0.0-py3-none-any.whl (41.4 kB view details)

Uploaded Python 3

File details

Details for the file web_oto_dev_sdk-1.0.0.tar.gz.

File metadata

  • Download URL: web_oto_dev_sdk-1.0.0.tar.gz
  • Upload date:
  • Size: 25.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.5

File hashes

Hashes for web_oto_dev_sdk-1.0.0.tar.gz
Algorithm Hash digest
SHA256 bdc8759ef487b40b00f0e0c25efe3ca3f44bb9009ebf7545bb432a3df8223b95
MD5 fc986b063ae9fe94af33e42a17d36468
BLAKE2b-256 31be71c1fb984d43014295e355d70921996afe5e6ea4fd8af20c83e08b3416bf

See more details on using hashes here.

File details

Details for the file web_oto_dev_sdk-1.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for web_oto_dev_sdk-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 f7b8178cc2679ab52edb8fe199fb3dd5284ad60b328b86e8f24a6622ec38482d
MD5 c85914aaa0cef50444798527ee8f7a36
BLAKE2b-256 46ca551a89d114177ae02c5968be2df792332378539b0d4cc20c1e41beb3bbbc

See more details on using hashes here.

Supported by

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