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

MailjetClient uses GET instead of DELETE for delete operation #55

Closed
svenfrauen opened this issue Feb 26, 2016 · 2 comments
Closed

MailjetClient uses GET instead of DELETE for delete operation #55

svenfrauen opened this issue Feb 26, 2016 · 2 comments

Comments

@svenfrauen
Copy link

Dear Mailjet team,

thanks for the great Java API Wrapper!
When I tested it I recognized that the DELETE method in the MailjetClient class uses a GET operation instead, which does not fit your API description.

You can find it here: https://github.com/mailjet/mailjet-apiv3-java/blob/master/src/main/java/com/mailjet/client/MailjetClient.java#L199

Cheers,
Sven

@WeshGuillaume
Copy link
Contributor

Hey @svenfrauen !

Thanks for discovering the typo! It is fixed!

Can you make sure it works on your side ?

Regards,
Guillaume

@svenfrauen
Copy link
Author

Hey @GuillaumeBadi !
Thanks a lot, it's working now!

Regards,
Sven

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

No branches or pull requests

2 participants