https://github.com/outr/sendgrid4s
Sendgrid Scala Library
https://github.com/outr/sendgrid4s
Last synced: over 1 year ago
JSON representation
Sendgrid Scala Library
- Host: GitHub
- URL: https://github.com/outr/sendgrid4s
- Owner: outr
- Created: 2023-04-28T13:48:05.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T14:10:02.000Z (over 2 years ago)
- Last Synced: 2025-01-17T12:45:19.684Z (over 1 year ago)
- Language: Scala
- Size: 42 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sendgrid4s
[](https://github.com/outr/sendgrid4s/actions/workflows/ci.yml)
[](https://index.scala-lang.org/outr/sendgrid4s)
[](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"
```