mailjet / mailjet-apiv3-python

[API v3] Python Mailjet wrapper
https://dev.mailjet.com
MIT License
109 stars 41 forks source link

Corrected url building bug #86

Closed TheFlighteur closed 1 year ago

TheFlighteur commented 1 year ago

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.

DanyilNefodov commented 1 year ago

LGTM