vertx-mandrill

Mandrill API

Лицензия

Лицензия

Группа

Группа

cl.yaykuy
Идентификатор

Идентификатор

mandrill
Последняя версия

Последняя версия

0.0.1-rc1
Дата

Дата

Тип

Тип

jar
Описание

Описание

vertx-mandrill
Mandrill API
Ссылка на сайт

Ссылка на сайт

https://github.com/yaykuy/vertx-mandrill/
Система контроля версий

Система контроля версий

https://github.com/yaykuy/vertx-mandrill.git

Скачать mandrill

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/cl.yaykuy/mandrill/ -->
<dependency>
    <groupId>cl.yaykuy</groupId>
    <artifactId>mandrill</artifactId>
    <version>0.0.1-rc1</version>
</dependency>
// https://jarcasting.com/artifacts/cl.yaykuy/mandrill/
implementation 'cl.yaykuy:mandrill:0.0.1-rc1'
// https://jarcasting.com/artifacts/cl.yaykuy/mandrill/
implementation ("cl.yaykuy:mandrill:0.0.1-rc1")
'cl.yaykuy:mandrill:jar:0.0.1-rc1'
<dependency org="cl.yaykuy" name="mandrill" rev="0.0.1-rc1">
  <artifact name="mandrill" type="jar" />
</dependency>
@Grapes(
@Grab(group='cl.yaykuy', module='mandrill', version='0.0.1-rc1')
)
libraryDependencies += "cl.yaykuy" % "mandrill" % "0.0.1-rc1"
[cl.yaykuy/mandrill "0.0.1-rc1"]

Зависимости

test (2)

Идентификатор библиотеки Тип Версия
io.vertx : testtools jar 2.0.3-final
junit : junit jar 4.10

Модули Проекта

Данный проект не имеет модулей.

vertx-mandrill :: Mandrill API access

Dependencies

No dependencies on other modules

Name

The module name is mandrill.

Configuration

This busmod takes the following configuration:

{
    "address": <address>,
    "mandrill_apikey": <mandrill_api_key>
    
}

For example:

{
    "address": "mandrill",
	"mandrill_apikey": "xYYL34Sv1CfrnOgmnbj9Tw"
}        

Let's take a look at each field in turn:

  • address The main address for the busmod. Optional field. Default value is mandrill
  • mandrill_apikey The API key provided by mandrill

##Actions

Look at https://mandrillapp.com/api/docs/

Implemented:

  • Users: Info, Ping2, Senders
  • Messages: Send, Send-Template

Build Status

cl.yaykuy

Yaykuy Bitcoin Chile

Версии библиотеки

Версия
0.0.1-rc1