| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
The official Mailinator Python SDK. This REST API client is implemented as a thin wrapper around the Mailinator API. The OpenAPI specification is the source of truth.
See Mailinator's API Reference for all of the currently available API endpoints.
pip install mailinator-python-client-2from mailinator import Mailinator
client = Mailinator("YOUR_API_TOKEN")For request examples (inbox, messages, domains, rules, webhooks, and stats), see EXAMPLE.md.
Run the mocked tests with:
python -m pytest tests/test_mailinator_mocked.pyThese tests do not make network requests and do not require Mailinator credentials.
Run the integration tests with:
python -m pytest tests/test_mailinator.py -sIntegration tests require valid environment values and will skip when required settings are missing.
Use either:
Run the full suite with:
python -m pytest| Back | FazBrowse Home | New Git URL |