We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sample response is wrong on https://documentation.mailgun.com/en/latest/api-domains.html#example when using NodeJS
The documentation says...
{ "items": [ { "created_at": "Mon, 30 Sep 2019 16:20:48 GMT", "id": "55a55f40803267158aa113e8", "is_disabled": false, "name": "samples.mailgun.org", "require_tls": false, "skip_verification": false, "smtp_login": "[email protected]", "spam_action": "disabled", "state": "active", "type": "sandbox", "web_prefix": "email", "web_scheme": "http", "wildcard": false } ], "total_count": 1 }
However we're getting just an array...
[ { "created_at": "Mon, 30 Sep 2019 16:20:48 GMT", "id": "55a55f40803267158aa113e8", "is_disabled": false, "name": "samples.mailgun.org", "require_tls": false, "skip_verification": false, "smtp_login": "[email protected]", "spam_action": "disabled", "state": "active", "type": "sandbox", "web_prefix": "email", "web_scheme": "http", "wildcard": false }, ]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Sample response is wrong on https://documentation.mailgun.com/en/latest/api-domains.html#example when using NodeJS
The documentation says...
However we're getting just an array...
The text was updated successfully, but these errors were encountered: