mailjet / mailjet-gem

[API v3] Mailjet official Ruby GEM

Home Page:https://dev.mailjet.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Messagehistory only returns first event

ArthurWD opened this issue · comments

When calling this:
Mailjet::Messagehistory.find(message_id, nil, version: 'v3')

I only get the first event. This is caused by #first on line 83 of Resource:
attributes = parse_api_json(connection(opts)[id].get(default_headers)).first

Not sure what the cleanest way is to fix this. When using Mailjet::Messagehistory.find, the message_id is not set in the url.

Fixed in v1.6.0