gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-api] branch master updated: adding missing informati


From: gnunet
Subject: [GNUnet-SVN] [taler-api] branch master updated: adding missing information for bank's /history
Date: Thu, 04 May 2017 10:42:14 +0200

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository api.

The following commit(s) were added to refs/heads/master by this push:
     new 2f5f153  adding missing information for bank's /history
2f5f153 is described below

commit 2f5f1537f1d7ade6ce41796116cdaee47c5322df
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu May 4 10:41:51 2017 +0200

    adding missing information for bank's /history
---
 api/api-bank.rst | 22 +++++++++++++++++++---
 1 file changed, 19 insertions(+), 3 deletions(-)

diff --git a/api/api-bank.rst b/api/api-bank.rst
index a9f0e72..b4440d1 100644
--- a/api/api-bank.rst
+++ b/api/api-bank.rst
@@ -84,17 +84,33 @@ request.
 
   interface BankAuth {
 
-    // authentication type.  Accepted values are:
-    // "basic", "digest", "token".
+    // authentication type.  At this stage of development,
+    // only value "basic" is accepted in this field.  Further
+    // methods as "digest" and "token" are scheduled for future
+    // releases.
     type: string; 
     
     // Optional object containing data consistent with the
     // used authentication type.
-    data: Object;
+    data: BasicAuth;
 
   }
 
 
+.. _BasicAuth:
+.. code-block:: tsref
+
+  interface BasicAuth {
+    
+    // username identifying the caller at the bank
+    username: string;
+
+    // username's associated password
+    password: string;
+  
+  }
+
+
 
 .. _BankError:
 .. code-block:: tsref

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]