Skip to content

Releases: usekamori/kamori-python

Release list

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 27 Jun 17:58
4577c09

Install

pip install kamori-sdk==v0.1.1

Usage

from kamori_sdk import KamoriClient

client = KamoriClient(
    url="https://your-kamori-server.com",
    token="your-ingest-token",
)
client.log({"level": "info", "message": "hello"})
client.flush()

Full Changelog: https://github.com/usekamori/kamori-python/commits/v0.1.1