mailjet / mailjet-apiv3-php

[API v3] Mailjet PHP Wrapper
http://dev.mailjet.com
MIT License
263 stars 86 forks source link

mapping documentation vs api resources #252

Closed BartReymenants closed 2 years ago

BartReymenants commented 2 years ago

Hi, a small remark There is are some examples on the website for PHP e.g. https://dev.mailjet.com/email/reference/statistics#v3_get_statistics_link-click which show: $response = $mj->get(Resources::$Statistics);

but this is not a resource it should be: StatisticsLinkclick $response = $mj->get(Resources::$StatisticsLinkclick);

don't know where to post this!

oleksandr-mykhailenko commented 2 years ago

Hello @BartReymenants Thank you for your notes, it's important to us. I already sent this to guys who will fix API docs. When it will be fixed the issue will be closed. For now we will keep it open as a reminder for us Have a nice day