Skip to content
New issue

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

Corrected the API endpoints used for DKIM and return path verification #98

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

indigogiant
Copy link

@indigogiant indigogiant commented Jul 1, 2021

It seems that the API endpoints used the VerifyDomainDkim and VerifyDomainReturnPath are switched around. This PR swaps them so that they're correct.

I notice that both endpoints seem to have identical functionality, but the concern here is whether there are differences in the current (switched) behaviour that's being relied upon by existing consumers of the client. While I've simply switched the endpoints here an alternate option would be to mark the existing methods [Obsolete] and introduce new methods with the corrected behaviour (perhaps adding the Async suffix too).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant