gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: more structure to point at transport


From: gnunet
Subject: [taler-docs] branch master updated: more structure to point at transports
Date: Tue, 12 May 2020 11:10:45 +0200

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

ms pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 97f1aa4  more structure to point at transports
97f1aa4 is described below

commit 97f1aa494582afead7cdc534fc245c6bdc2c7ead
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue May 12 11:10:36 2020 +0200

    more structure to point at transports
---
 libeufin/api-nexus.rst | 18 +++++++++++++++++-
 1 file changed, 17 insertions(+), 1 deletion(-)

diff --git a/libeufin/api-nexus.rst b/libeufin/api-nexus.rst
index 0bd3568..d0658ce 100644
--- a/libeufin/api-nexus.rst
+++ b/libeufin/api-nexus.rst
@@ -96,7 +96,23 @@ Bank Account Management
        uuid: string;
 
        // Specify the bank transport to use for the submission.
-       transport?: string;
+       transport?: Transport;
+     }
+
+    
+  .. ts:def:: Transport
+
+
+     interface Transport {
+
+       // Transport type: 'ebics', 'local', 'fints' (forthcoming).
+       // It must match one of the types actually implemented by
+       // nexus.
+       type: string;
+
+       // A mnemonic identifier given by the user to one particular
+       // transport instance.
+       name: string;
      }
 
   :status 404 Not Found: the unique identifier **or**

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



reply via email to

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