mirror of
https://gitlab.com/ric_harvey/MailHog.git
synced 2024-11-23 14:24:03 +00:00
Update APIv1 docs
This commit is contained in:
parent
392100ae76
commit
945ed921ea
1 changed files with 4 additions and 0 deletions
4
APIv1.md
4
APIv1.md
|
@ -3,6 +3,10 @@ Go-MailHog API v1
|
|||
|
||||
The v1 API is a RESTful HTTP JSON API.
|
||||
|
||||
### GET /v1/api/events
|
||||
|
||||
Streams new messages using EventSource and chunked encoding
|
||||
|
||||
### GET /v1/api/messages
|
||||
|
||||
Lists all messages excluding message content
|
||||
|
|
Loading…
Reference in a new issue