1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-17 17:47:03 +00:00

add clients

James Hillyerd
2017-01-04 21:56:01 -08:00
parent e870b483c0
commit b60352fa8b

@@ -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}`