When using this package i've encoutered a bug affecting the URL Builder when access endpoint needing a ressource_id and an action_id. The resource_id and action_id are reversed when building the URL.
You can reproduce this error when accessing mailjet.contact_managemanycontacts.get(jobID) if you need.
URL built before correction : MAILJET_API_URL/endpoint/ressource_id/action_id
example : MAILJET_API_URL/contact/123456/managemanycontacts
URL built after correction : MAILJET_API_URL/contact/action_id/ressource_id
Hello,
When using this package i've encoutered a bug affecting the URL Builder when access endpoint needing a ressource_id and an action_id. The resource_id and action_id are reversed when building the URL.
You can reproduce this error when accessing mailjet.contact_managemanycontacts.get(jobID) if you need.
URL built before correction : MAILJET_API_URL/endpoint/ressource_id/action_id
URL built after correction : MAILJET_API_URL/contact/action_id/ressource_id