Overview of Neonize API Modules
masterThe Neonize API is organized into several key modules that handle different aspects of WhatsApp automation:
- Core Client (
neonize.client): Provides the synchronous client interface for managing connections and messaging. - Async Client (
neonize.aioze.client): Provides an asynchronous interface for non-blocking automation tasks. - Events (
neonize.events): Contains event types and handlers for reacting to WhatsApp lifecycle events (e.g., receiving messages). - Types (
neonize.types): Defines the data models and types used throughout the library. - Utilities (
neonize.utils): Provides helper functions for common tasks. - Exceptions (
neonize.exc): Contains the hierarchy of exception classes for error handling.