gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated (fc02c40 -> dc77bf0)


From: gnunet
Subject: [taler-docs] branch master updated (fc02c40 -> dc77bf0)
Date: Mon, 29 Nov 2021 07:45:05 +0100

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

ttn pushed a change to branch master
in repository docs.

    from fc02c40  fix warning: change title markup from hyphen to caret
     new d4d17a5  fix warning: use `` instead of ` as markup
     new dc77bf0  fix warning: use double-quote instead of `

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 | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/libeufin/api-sandbox.rst b/libeufin/api-sandbox.rst
index 41179b0..9a52fc4 100644
--- a/libeufin/api-sandbox.rst
+++ b/libeufin/api-sandbox.rst
@@ -13,18 +13,18 @@ Current Sandbox API
 
   ** Camt debug **
 
-  POST /admin/payments/camt 
+  POST /admin/payments/camt
   give last statement of requesting account
 
   ** Bank accounting **
 
-  POST /admin/bank-accounts/$accountLabel 
+  POST /admin/bank-accounts/$accountLabel
   create bank account (no EBICS involved)
 
   GET /admin/bank-accounts
   Give summary of all the bank accounts.
 
-  GET /admin/bank-accounts/$accountLabel 
+  GET /admin/bank-accounts/$accountLabel
   give general information about a bank account
 
   ** Transactions **
@@ -62,7 +62,7 @@ Current Sandbox API
   Create a new EBICS host.
 
   GET /admin/ebics/hosts
-  Show details of all the EBICS hosts in the bank. 
+  Show details of all the EBICS hosts in the bank.
 
   ** EBICS serving **
 
@@ -302,20 +302,20 @@ Sandbox serves the following resources:
  - Transactions.
  - Customers.
  - Reports.
- 
+
 The resources are subject to all CRUD operations, via by two
 types of users: the 'admin' and the customers.  The admin has
 rights on all of them.
 
 One of the main differences with the previous versions is the
 removal of the "/admin" initial component.  If the administrator
-authenticates for one operation, then this one is of type `admin`:
+authenticates for one operation, then this one is of type ``admin``:
 no need for a dedicate and extra URI part.
 
 For example, mocking transactions in the system was a typical
 /admin-operation, but since transactions themselves are resources
 and any resource is subject to CRUD operations, then mocking one
-becomes just a `C` operation on the 'transactions' resources.  If
+becomes just a ``C`` operation on the 'transactions' resources.  If
 a test case wants to simplify the authentication - by hard-coding
 the credentials, for example - before mocking one transaction, then
 it can impersonate the administrator.
@@ -359,7 +359,7 @@ Subscribers.
 Subscribers are (optional) customers identities for protocols
 other than the native one.
 
-A subscriber is not required to have a bank account `soon`.  Therefore,
+A subscriber is not required to have a bank account "soon".  Therefore,
 it can be created, and later be linked to one bank account.  For this
 reason, the ``$base`` should not mention one bank account.
 

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