taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 09f63c870ae3cf22bb3946ad89944a3d96f65032
parent b85708a322074fbc3d48a1fc166f1182c93f0654
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Thu, 23 Dec 2021 00:58:51 -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.

Diffstat:
Mtaler-nfc-guide.rst | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 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.