Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.06 KB

README.md

File metadata and controls

36 lines (27 loc) · 1.06 KB

One API CLI

PyPI version Tests Documentation Status Coverage

A Python CLI for the One API project.

Setup

Install the package using pip:

pip install one-api-cli

Setup environment variables:

export ONE_API_BASE_URL=https://your_base_url
export ONE_API_ACCESS_TOKEN=your_access_token # Optional
export ONE_API_SESSION_TOKEN=your_session_token # Optional

Usage

See examples in Jupyter notebooks.