summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-12-23 00:58:51 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-12-23 00:58:51 -0500
commit09f63c870ae3cf22bb3946ad89944a3d96f65032 (patch)
tree88c3a5e3b7b27ade52aafd8765a05b0d3b318d82
parentb85708a322074fbc3d48a1fc166f1182c93f0654 (diff)
downloaddocs-09f63c870ae3cf22bb3946ad89944a3d96f65032.tar.gz
docs-09f63c870ae3cf22bb3946ad89944a3d96f65032.tar.bz2
docs-09f63c870ae3cf22bb3946ad89944a3d96f65032.zip
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.
-rw-r--r--taler-nfc-guide.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/taler-nfc-guide.rst b/taler-nfc-guide.rst
index 98b481c2..fbc7a9e7 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.