Skip to content

Interacting With the API

seria edited this page May 15, 2024 · 1 revision

How-To

To interact with the Project Yatta API, use the YattaAPI class.

import yatta

async with yatta.YattaAPI() as api:
    await api.fetch_characters()

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

Clone this wiki locally