gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated (9b84eeb -> b4f3af2)


From: gnunet
Subject: [taler-docs] branch master updated (9b84eeb -> b4f3af2)
Date: Sat, 28 Nov 2020 02:19:47 +0100

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

ttn pushed a change to branch master
in repository docs.

    from 9b84eeb  undo previous experiment; try another: remove extra 
indentation on 2nd line
     new 4d960ee  delete trailing whitespace
     new b4f3af2  diction: s/existing (in the system)/\1/

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 libeufin/api-sandbox.rst | 30 ++++++++++++++----------------
 1 file changed, 14 insertions(+), 16 deletions(-)

diff --git a/libeufin/api-sandbox.rst b/libeufin/api-sandbox.rst
index f75c76e..d848ba4 100644
--- a/libeufin/api-sandbox.rst
+++ b/libeufin/api-sandbox.rst
@@ -19,7 +19,7 @@ HTTP API
     .. ts:def:: PaymentRequest
 
      interface PaymentRequest {
-       
+
        // IBAN that will receive the payment.
        creditorIban: string;
 
@@ -37,7 +37,7 @@ HTTP API
   Host management.
 
 .. http:post:: /admin/ebics/hosts
-   
+
    Creates a new Ebics host.
 
    **Request:**
@@ -45,32 +45,31 @@ HTTP API
     .. ts:def:: EbicsHostRequest
 
      interface EbicsHostRequest {
-       
+
        // Ebics version.
        hostID: string;
 
        // Name of the host.
        ebicsVersion: string;
      }
-       
+
 
 .. http:get:: /admin/ebics/hosts
-   
-   Shows the list of all the hosts existing
-   in the system.
+
+   Shows the list of all the hosts in the system.
 
    **Response:**
 
     .. ts:def:: EbicsHostResponse
 
      interface EbicsHostResponse {
-       
+
        // shows the host IDs that are active in the system.
        // The Ebics version *is* missing, but it's still available
        // via the HEV message.
        ebicsHosts: string[];
      }
-    
+
 
 ..
   Subscriber management.
@@ -84,7 +83,7 @@ HTTP API
    .. ts:def:: SubscriberRequest
 
      interface SubscriberRequest {
-       
+
        // hostID
        hostID: string;
 
@@ -98,26 +97,25 @@ HTTP API
        systemID: string;
 
      }
-       
+
 
 .. http:get:: /admin/ebics/subscribers
 
-   Shows the list of all the subscribers existing
-   in the system.
+   Shows the list of all the subscribers in the system.
 
    **Response:**
 
     .. ts:def:: SubscribersResponse
 
      interface SubscribersResponse {
-       
+
        subscribers: Subscriber[]
      }
- 
+
     .. ts:def:: Subscriber
 
       interface Subscriber {
-        
+
         // userID
         userID: string;
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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