🤬
  • ■ ■ ■ ■ ■
    README.md
     1 +## REST API v1
     2 + 
     3 +* List Mailbox Contents: [GET /api/v1/mailbox/{name}](./REST-GET-mailbox.md)
     4 +* Get Message: [GET /api/v1/mailbox/{name}/{id}](./REST-GET-message.md)
     5 +* Get Message Source: [GET /api/v1/mailbox/{name}/{id}/source](./REST-GET-message-source.md)
     6 +* Delete Message: [DELETE /api/v1/mailbox/{name}/{id}](./REST-DELETE-message.md)
     7 +* Purge Mailbox Contents: [DELETE /api/v1/mailbox/{name}](./REST-DELETE-mailbox.md)
     8 + 
    1 9  ## Clients & Libs
    2 10   
    3 11  * Go CLI: https://crash.link/cspam-cli
    skipped 1 lines
    5 13  * Node.js: https://crash.link/cspam-js
    6 14  * Shell: https://crash.link/cspam-sh
    7 15   
    8  -## REST API v1
     16 +## Credits
     17 +crash.fyi is built upon [inbucket](https://github.com/inbucket/inbucket), a great Open Source project by [James Hillyerd](https://github.com/jhillyerd)
     18 + 
     19 +### Author
     20 + 
     21 +**James Hillyerd**
    9 22   
    10  -* List Mailbox Contents: [GET /api/v1/mailbox/{name}](./REST-GET-mailbox.md)
    11  -* Get Message: [GET /api/v1/mailbox/{name}/{id}](./REST-GET-message.md)
    12  -* Get Message Source: [GET /api/v1/mailbox/{name}/{id}/source](./REST-GET-message-source.md)
    13  -* Delete Message: [DELETE /api/v1/mailbox/{name}/{id}](./REST-DELETE-message.md)
    14  -* Purge Mailbox Contents: [DELETE /api/v1/mailbox/{name}](./REST-DELETE-mailbox.md)
     23 +### Copyright and License
     24 + 
     25 +Copyright (c) 2012 James Hillyerd
     26 + 
     27 +Code released under [the MIT license](LICENSE).
    15 28   
Please wait...
Page is in error, reload to recover