gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: Sandbox API.


From: gnunet
Subject: [taler-docs] branch master updated: Sandbox API.
Date: Mon, 09 Aug 2021 21:18:21 +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 89304a0  Sandbox API.
89304a0 is described below

commit 89304a023cab89cf73f5563ef7af403e2152cb9f
Author: ms <ms@taler.net>
AuthorDate: Mon Aug 9 21:17:45 2021 +0200

    Sandbox API.
    
    Collecting all the current Sandbox endpoints in a comment.
---
 libeufin/api-sandbox.rst | 40 ++++++++++++++++++++++++----------------
 1 file changed, 24 insertions(+), 16 deletions(-)

diff --git a/libeufin/api-sandbox.rst b/libeufin/api-sandbox.rst
index 1b555b0..ab4016d 100644
--- a/libeufin/api-sandbox.rst
+++ b/libeufin/api-sandbox.rst
@@ -4,6 +4,30 @@
 Sandbox API
 ###########
 
+..
+  Current Sandbox endpoints.
+
+  POST /register
+  GET /jinja-test
+  GET /profile
+  GET /static
+  GET /
+  GET /config
+  POST /admin/payments/camt
+  POST /admin/bank-accounts/$accountLabel
+  GET /admin/bank-accounts/$accountLabel
+  POST /admin/bank-accounts/$accountLabel/simulate-incoming-transaction
+  POST /admin/payments
+  POST /admin/ebics/bank-accounts
+  GET /admin/bank-accounts
+  GET /admin/bank-accounts/$accountLabel/transactions
+  POST /admin/bank-accounts/$accountLabel/generate-transactions
+  POST /admin/ebics/subscribers
+  GET /admin/ebics/subscribers
+  POST /admin/ebics/hosts/$hostID/rotate-keys
+  POST /admin/ebics/hosts
+  GET /admin/ebics/hosts
+  POST /ebicsweb
 
 HTTP API
 ========
@@ -35,22 +59,6 @@ HTTP API
 
   The expected Camt.053 document.
 
-
-.. http:get:: /admin/payments
-
-   Return the list of *all* the payments known by the sandbox.
-
-   **Response**
-
-   .. code-block:: tsref
-
-     interface SandboxPayments {
-
-       // The list of all known payments, regardless
-       // of any IBAN involved in them.
-       payments: SandboxPayment[];
-     }
-
 .. http:post:: /admin/payments
 
    Adds a new payment to the book.  Mainly used for testing

-- 
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]