Skip to content

Transition client to full async implementation#7

Merged
rogiervandergeer merged 2 commits intomainfrom
feat/async-rest
Nov 5, 2025
Merged

Transition client to full async implementation#7
rogiervandergeer merged 2 commits intomainfrom
feat/async-rest

Conversation

@rogiervandergeer
Copy link
Owner

  • Replace requests with httpx for asynchronous HTTP requests.
  • Refactor synchronous methods to asynchronous equivalents.
  • Update __aenter__/__aexit__ methods to handle httpx client lifecycle.
  • Remove unused synchronous login method.
  • Update tests for the new async methods.

- Replace `requests` with `httpx` for asynchronous HTTP requests.
- Refactor synchronous methods to asynchronous equivalents.
- Update `__aenter__`/`__aexit__` methods to handle `httpx` client lifecycle.
- Remove unused synchronous `login` method.
- Update tests for the new async methods.
@rogiervandergeer rogiervandergeer changed the title Transition client to full async implementation: Transition client to full async implementation Nov 5, 2025
@rogiervandergeer rogiervandergeer merged commit 6875e3b into main Nov 5, 2025
1 check passed
@rogiervandergeer rogiervandergeer deleted the feat/async-rest branch November 5, 2025 07:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant