gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: more on the overloaded types


From: gnunet
Subject: [taler-docs] branch master updated: more on the overloaded types
Date: Tue, 12 May 2020 19:09:39 +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 d8a5bb4  more on the overloaded types
d8a5bb4 is described below

commit d8a5bb40882aaa067a5caf49a8428374349d530b
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue May 12 19:09:09 2020 +0200

    more on the overloaded types
---
 libeufin/api-nexus.rst | 19 +++++++++++++++++--
 1 file changed, 17 insertions(+), 2 deletions(-)

diff --git a/libeufin/api-nexus.rst b/libeufin/api-nexus.rst
index caca439..4acd31d 100644
--- a/libeufin/api-nexus.rst
+++ b/libeufin/api-nexus.rst
@@ -271,8 +271,7 @@ to the real bank.
 
      interface BankTransport {
 
-       // Mnemonic identifier for the transport bein created.
-       name: string;
+       transport: Transport;
 
        // Restore a previous transport.  Take precedence
        // over the 'new' field.
@@ -284,6 +283,22 @@ to the real bank.
      }
 
 
+  .. ts:def:: TransportNew
+
+     interface TransportNew {
+
+     // This type is strictly dependent on
+     // the transport being created.  For Ebics,
+     // it will contain the required fields (as strings):
+     // 'ebicsURL', 'userID', 'partnerID', 'hostID', and
+     // the optional 'systemID'.
+
+     // Other transport types, like 'local' (used for testing
+     // purposes skipping any interaction with the bank service)
+     // and 'fints' are all work in progress!
+
+     }
+
   .. ts:def:: TransportBackup
      
      interface TransportBackup {

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



reply via email to

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