commit 89304a023cab89cf73f5563ef7af403e2152cb9f parent f5c6955f95cc42b4aa45ac2336a557b6d093fee2 Author: ms <ms@taler.net> Date: Mon, 9 Aug 2021 21:17:45 +0200 Sandbox API. Collecting all the current Sandbox endpoints in a comment. Diffstat:
| M | libeufin/api-sandbox.rst | | | 40 | ++++++++++++++++++++++++---------------- |
1 file changed, 24 insertions(+), 16 deletions(-)
diff --git 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