Skip to content
Nima Ghaedsharafi edited this page Sep 9, 2018 · 1 revision

Welcome to the haphez wiki!

Haphez just has two functionalities, create and burn a secret.

In order to create a secret you just need to send a message to

verb POST uri /secret/store request {"message": "my secret"} response {"url": "publicId"}

GET /secret/{publicId} response {"message": "my secret"}

Clone this wiki locally