-
Notifications
You must be signed in to change notification settings - Fork 33
Mocking http requests
Igor Balos edited this page Jun 22, 2022
·
1 revision
While testing, you might need to use your own mocking strategy to skip being charged credits while setting up Postmark library.
You can check out one of the examples how you could mock objects here.
One thing to keep in mind when using mocking adapters is to make sure that they work with http client that Postmark library is using at version which you are using.
For additional information about the capabilities of the Postmark API, see Postmark Developers Documentation.
- Overview
- Migration from older version
- Getting started
- Email sending
- Bounces
- Templates
- Templates Push
- Server
- Servers
- Message Streams
- Webhooks
- Messages
- Domains
- Sender Signatures
- Stats
- Trigger Inbound Rules
- Suppressions
- Data Removal
- Embedding images in emails
- Error Handling
- Handling Web Hooks
- Mocking requests
- Troubleshooting
- Known issues and how to resolve them