Skip to content

Add async client support (AsyncAxmeClient) #37

Description

@George-iam

The SDK currently provides a synchronous client. Many Python frameworks (FastAPI, async agents) need an async interface.

What needs to happen:

  • Add AsyncAxmeClient class using httpx.AsyncClient
  • Mirror all methods from AxmeClient with async equivalents
  • Add tests using pytest-asyncio

This is a significant contribution — async support is one of the most requested features.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions