An open API service indexing awesome lists of open source software.

https://github.com/outr/sendgrid4s

Sendgrid Scala Library
https://github.com/outr/sendgrid4s

Last synced: over 1 year ago
JSON representation

Sendgrid Scala Library

Awesome Lists containing this project

README

          

# sendgrid4s

[![CI](https://github.com/outr/sendgrid4s/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/outr/sendgrid4s/actions/workflows/ci.yml)
[![Latest version](https://index.scala-lang.org/outr/sendgrid4s/sendgrid4s/latest.svg)](https://index.scala-lang.org/outr/sendgrid4s)
[![javadoc](https://javadoc.io/badge2/com.outr/sendgrid4s_3/javadoc.svg)](https://javadoc.io/doc/com.outr/sendgrid4s_3)

Simple asynchronous, non-blocking client implementation of Sendgrid.

### Dependency Configuration

```scala
libraryDependencies += "com.outr" %% "sendgrid4s" % "1.0.16"
```