commit 24c4ccb454a25c8dc397a90d5c978b0502493dc2 parent 28bdc689abcf2c16d94e50905a43c737ef1c99e2 Author: Marcello Stanisci <marcello.stanisci@inria.fr> Date: Tue, 23 Jun 2015 11:18:04 +0200 adding details to test/base32 specs Diffstat:
| M | api-mint.rst | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/api-mint.rst b/api-mint.rst @@ -585,10 +585,10 @@ binary-compatible with the implementation of the mint. Test hashing and Crockford base32_ encoding. :reqheader Content-Type: application/json - :<json base32 input: some base32_-encoded value + :<json base32 input: a (JSON stringified) object having a filed named `input` whose value is some base32_-encoded value :status 200: the operation succeeded :resheader Content-Type: application/json - :>json base32 output: base32_-encoded hash of the input value + :>json base32 output: a (JSON stringified) object having a filed named `output` whose value is the base32_-encoded hash of the input value .. http:POST:: /test/encrypt