Skip to content

Interacting With the API

seria edited this page May 15, 2024 · 3 revisions

How-To

To interact with the Project Ambr API, use the AmbrAPI class.

import ambr

async with ambr.AmbrAPI() as api:
    await api.fetch_characters()

You can find all methods that the client has in ambr/client.py

Clone this wiki locally