From a095168d1de851aab1918a7c622b585c3d1e9708 Mon Sep 17 00:00:00 2001 From: James Hillyerd Date: Sun, 24 Feb 2019 13:06:15 -0800 Subject: [PATCH] Updated REST API (markdown) --- REST-API.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/REST-API.md b/REST-API.md index 5771985..fd1211d 100644 --- a/REST-API.md +++ b/REST-API.md @@ -1,14 +1,14 @@ ## Clients -* Go: https://godoc.org/github.com/jhillyerd/inbucket/pkg/rest/client +* Go: https://godoc.org/github.com/inbucket/inbucket/pkg/rest/client * Java: https://github.com/stepstone-tech/inbucket-java-client * Node.js: https://github.com/Xotabu4/inbucket-js-client -* Shell: https://github.com/jhillyerd/inbucket/blob/master/etc/rest-apiv1.sh +* Shell: https://github.com/inbucket/inbucket/blob/master/etc/rest-apiv1.sh ## 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) -* Get Message Source: [GET /api/v1/mailbox/{name}/{id}/source](https://github.com/jhillyerd/inbucket/wiki/REST-GET-message-source) -* 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) \ No newline at end of file +* List Mailbox Contents: [GET /api/v1/mailbox/{name}](https://github.com/inbucket/inbucket/wiki/REST-GET-mailbox) +* Get Message: [GET /api/v1/mailbox/{name}/{id}](https://github.com/inbucket/inbucket/wiki/REST-GET-message) +* Get Message Source: [GET /api/v1/mailbox/{name}/{id}/source](https://github.com/inbucket/inbucket/wiki/REST-GET-message-source) +* Delete Message: [DELETE /api/v1/mailbox/{name}/{id}](https://github.com/inbucket/inbucket/wiki/REST-DELETE-message) +* Purge Mailbox Contents: [DELETE /api/v1/mailbox/{name}](https://github.com/inbucket/inbucket/wiki/REST-DELETE-mailbox) \ No newline at end of file