mapping documentation vs api resources
BartReymenants opened this issue · 1 comments
BartReymenants commented
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
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