Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 443 Bytes

File metadata and controls

26 lines (17 loc) · 443 Bytes

mesa-sdk

Python SDK for the Mesa API.

Generated from the OpenAPI specification using openapi-python-client.

Installation

pip install mesa-sdk

Usage

from mesa_sdk import Client

client = Client(
    base_url="https://depot.mesa.dev/api/v1",
    headers={"Authorization": "Bearer YOUR_API_KEY"},
)

License

Apache-2.0