Mandrill

Just migrated almost all implementation from ruby mandrill gem.

Requirements

Crystal 0.27.0

Getting the Library

Install the Mandrill API client as a shard:

dependencies:
  mandrill:
    github: xosmond/mandrill.cr
    branch: master

Using the Library

Now that you have a copy of the library in your project, you're ready to start using it. All uses of the Mandrill API start by including the library module and instantiating the Mandrill::API class.

require 

After that, you're ready to start making calls.

API Call Categories:

Contributors