From 89304a023cab89cf73f5563ef7af403e2152cb9f Mon Sep 17 00:00:00 2001 From: ms Date: Mon, 9 Aug 2021 21:17:45 +0200 Subject: Sandbox API. Collecting all the current Sandbox endpoints in a comment. --- libeufin/api-sandbox.rst | 40 ++++++++++++++++++++++++---------------- 1 file changed, 24 insertions(+), 16 deletions(-) (limited to 'libeufin') diff --git a/libeufin/api-sandbox.rst b/libeufin/api-sandbox.rst index 1b555b0a..ab4016d6 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 -- cgit v1.2.3