-
Notifications
You must be signed in to change notification settings - Fork 0
Home
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"}