From b60352fa8bf13d689985ab22aca549e4daba2800 Mon Sep 17 00:00:00 2001 From: James Hillyerd Date: Wed, 4 Jan 2017 21:56:01 -0800 Subject: [PATCH] add clients --- REST-API.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/REST-API.md b/REST-API.md index efd8908..3cd22de 100644 --- a/REST-API.md +++ b/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}`