Xosmond / mandrill.cr

A Crystal API library for the Mandrill email as a service platform.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mandrill

CircleCI

Just migrated ruby mandrill implementation.

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 'mandrill'
mandrill = Mandrill::API.new 'YOUR_API_KEY'

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

API Call Categories:

  • Users
  • Messages
  • Tags
  • Rejects
  • Whitelists
  • Senders
  • Urls
  • Templates
  • Webhooks
  • Subaccounts
  • Inbound
  • Exports
  • Ips
  • Metadata

Documentation

Documentation Available here

Contributors

  • xosmond Jordano Moscoso - creator, maintainer

About

A Crystal API library for the Mandrill email as a service platform.

License:Other


Languages

Language:Crystal 100.0%