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

https://github.com/aaronrenner/mail_hog_client

WIP Elixir client for MailHog
https://github.com/aaronrenner/mail_hog_client

Last synced: over 1 year ago
JSON representation

WIP Elixir client for MailHog

Awesome Lists containing this project

README

          

# MailHogClient

**This library is a work in progress.**

[![pipeline status](https://gitlab.com/aaronrenner/mail_hog_client/badges/master/pipeline.svg)](https://gitlab.com/aaronrenner/mail_hog_client/commits/master)

API client for [MailHog](https://github.com/mailhog/MailHog).

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `mail_hog_client` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[
{:mail_hog_client, "~> 0.1.0"}
]
end
```

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/mail_hog_client](https://hexdocs.pm/mail_hog_client).