From b97105ff40dfb9c64d87a3b8484269ad09293982 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Fri, 26 Oct 2018 19:51:33 +0200 Subject: [PATCH] More status --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d43a89..d51f811 100644 --- a/README.md +++ b/README.md @@ -127,6 +127,7 @@ Request JSON object: Response JSON object: +``` { status: "OK", apps: [ @@ -140,6 +141,7 @@ Response JSON object: } ] } +``` ### GET /app/UUID @@ -147,18 +149,22 @@ Get seed for APP to be used as a token Request JSON object: +``` { version: "1", appid: "your-app-uuid", token: "current time based token" } +``` Response JSON object: +``` { + status: "OK", seed: "seed of your app" } - +``` ## Usage: OTP