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
- Host: GitHub
- URL: https://github.com/aaronrenner/mail_hog_client
- Owner: aaronrenner
- Created: 2019-10-09T04:09:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-11T12:47:05.000Z (over 6 years ago)
- Last Synced: 2025-01-19T11:32:02.547Z (over 1 year ago)
- Language: Elixir
- Size: 13.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MailHogClient
**This library is a work in progress.**
[](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).