Glad to have found this gem! :-)
When using the example in readme:
result = account.sent_messages
I got this exception:
NameError: uninitialized constant Esendex::Account::SentMessageClient
After a glance at the change history, it seems SentMessageClient was indeed removed some time ago.
What was the reason? Is SentMessageClient supposed to "come back" one day?
If not, the readme should be updated (and also remove the Account.sent_messages method).
Glad to have found this gem! :-)
When using the example in readme:
result = account.sent_messagesI got this exception:
NameError: uninitialized constant Esendex::Account::SentMessageClientAfter a glance at the change history, it seems SentMessageClient was indeed removed some time ago.
What was the reason? Is SentMessageClient supposed to "come back" one day?
If not, the readme should be updated (and also remove the Account.sent_messages method).