Skip to content

Commit

Permalink
✨ Feat: add async client and methods
Browse files Browse the repository at this point in the history
  • Loading branch information
guptadev21 committed Dec 2, 2024
1 parent 73f2719 commit e78652f
Show file tree
Hide file tree
Showing 5 changed files with 1,503 additions and 2 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,6 @@ dev = [
"anyio>=4.5.2",
"asyncer>=0.0.8",
"typing-extensions>=4.12.2",
"pytest-asyncio>=0.24.0",
"asyncmock>=0.4.2",
]
1 change: 1 addition & 0 deletions rapyuta_io_sdk_v2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
from rapyuta_io_sdk_v2.client import Client
from rapyuta_io_sdk_v2.config import Configuration
from rapyuta_io_sdk_v2.utils import walk_pages
from rapyuta_io_sdk_v2.async_client import AsyncClient

__version__ = "0.0.1"
Loading

0 comments on commit e78652f

Please sign in to comment.