Skip to content

Repository files navigation

Wodby 2 SDK for Python

Build

Python client for the Wodby 2 public API. This branch maintains SDK 4.x.

Version compatibility

Wodby platform SDK version Branch API reference
Wodby 1 3.x master Wodby 1 API
Wodby 2 4.x 2.0 Wodby 2 API

Choose the SDK major version for your Wodby platform. Upgrading from SDK 3.x to 4.x changes the target platform to Wodby 2.

Package

Documentation

Install

pip install "wodby>=4,<5"

Authentication

Wodby API requests use an API key in the X-API-KEY header.

import os
import wodby

configuration = wodby.Configuration()
configuration.api_key["X-API-KEY"] = os.environ["WODBY_API_KEY"]

About

Wodby Python SDK

Topics

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Used by

Contributors

Languages