gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: Use :http:METHOD:ENDPOINT syntax in


From: gnunet
Subject: [taler-docs] branch master updated: Use :http:METHOD:ENDPOINT syntax in intro blurb
Date: Thu, 23 Dec 2021 06:59:46 +0100

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

ttn pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 09f63c8  Use :http:METHOD:ENDPOINT syntax in intro blurb
09f63c8 is described below

commit 09f63c870ae3cf22bb3946ad89944a3d96f65032
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Thu Dec 23 00:58:51 2021 -0500

    Use :http:METHOD:ENDPOINT syntax in intro blurb
    
    This is a followup change to 2021-12-22,
    "Convert ":http:host:ENDPOINT" syntax into simple "POST ENDPOINT" text".
    
    The idea is that, even though we want to avoid "broken" references,
    we *do* want to have some linkable reference towards the beginning
    of the text, as a convenience to the reader.
    
    The reader then understands (hopefully) that the ENDPOINTs mentioned
    later are actually included in the linked references in the intro.
---
 taler-nfc-guide.rst | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/taler-nfc-guide.rst b/taler-nfc-guide.rst
index 98b481c..fbc7a9e 100644
--- a/taler-nfc-guide.rst
+++ b/taler-nfc-guide.rst
@@ -22,7 +22,8 @@ Background: Payment Processing with GNU Taler
 The following steps show a simple payment process with GNU Taler.  Examples are
 written in `Bash <https://www.gnu.org/software/bash/>`_ syntax,
 using `curl <https://curl.haxx.se/docs/manpage.html>`_ to make HTTP(S) 
requests.
-
+They make use of the :http:post:`[/instances/$INSTANCE]/private/orders`
+and :http:get:`[/instances/$INSTANCE]/private/orders` endpoints.
 
 1. The merchant creates an *order*, which contains the details of the payment
    and the product/service that the customer will receive.

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