feat: sync sdk contact book support (#373)

This commit is contained in:
KM Koushik
2026-03-08 00:59:40 +11:00
committed by GitHub
parent 33acd09d77
commit 83cb0b24f7
11 changed files with 3577 additions and 2945 deletions
+4
View File
@@ -1,6 +1,8 @@
"""Python client for the UseSend API."""
from .usesend import UseSend, UseSendHTTPError
from .contacts import Contacts # type: ignore
from .contact_books import ContactBooks # type: ignore
from .domains import Domains # type: ignore
from .campaigns import Campaigns # type: ignore
from .webhooks import (
@@ -17,6 +19,8 @@ __all__ = [
"UseSend",
"UseSendHTTPError",
"types",
"Contacts",
"ContactBooks",
"Domains",
"Campaigns",
"Webhooks",