mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-17 17:47:03 +00:00
add clients
11
REST-API.md
11
REST-API.md
@@ -1,4 +1,9 @@
|
||||
API v1:
|
||||
## Clients
|
||||
|
||||
* Shell: https://github.com/jhillyerd/inbucket/blob/master/etc/rest-apiv1.sh
|
||||
* Java: https://github.com/stepstone-tech/inbucket-java-client
|
||||
|
||||
## API v1
|
||||
|
||||
* List Mailbox Contents: [GET /api/v1/mailbox/{name}](https://github.com/jhillyerd/inbucket/wiki/REST-GET-mailbox)
|
||||
* Get Message: [GET /api/v1/mailbox/{name}/{id}](https://github.com/jhillyerd/inbucket/wiki/REST-GET-message)
|
||||
@@ -6,7 +11,9 @@ API v1:
|
||||
* Delete Message: [DELETE /api/v1/mailbox/{name}/{id}](https://github.com/jhillyerd/inbucket/wiki/REST-DELETE-message)
|
||||
* Purge Mailbox Contents: [DELETE /api/v1/mailbox/{name}](https://github.com/jhillyerd/inbucket/wiki/REST-DELETE-mailbox)
|
||||
|
||||
Legacy API (will be removed in Inbucket 1.2):
|
||||
## Legacy API
|
||||
|
||||
(will be removed in Inbucket 1.2):
|
||||
|
||||
* List Mailbox Contents: `GET /mailbox/{name}`
|
||||
* Get Message: `GET /mailbox/{name}/{id}`
|
||||
|
||||
Reference in New Issue
Block a user