aviks / Mandrill.jl

Mandrill API in Julia
Other
2 stars 5 forks source link

messages_send not defined #2

Open sagarsv04 opened 6 years ago

sagarsv04 commented 6 years ago

I created message using Dict piecemeal. while using the suggested method in Example Usage, Mandrill.messages_send(s) I get this error : ERROR: UndefVarError: messages_send not defined

I checked the .julia\v0.6\Mandrill\src\Mandrill.jl It seems there is no method called "messages_send(Dict)"

aviks commented 6 years ago

~the method is called message_send not messages_send~

aviks commented 6 years ago

Actually, no, ignore my last message. messages_send is the correct method, but it is defined using a macro.

What version of Julia are you using? There may have been changes in the recent julia verisons around macro syntax.