aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2023-05-21 19:57:29 +0200
committerChristian Grothoff <grothoff@gnunet.org>2023-05-21 19:57:29 +0200
commit27fad4449371fdec5d64fde0bb52176bd6f99810 (patch)
treed8de0f26544ca5fcd6f88c08ae6bb5a57d9563d6
parent14938897502bff6b5946bb7e210cd403e0da9eb8 (diff)
downloaddocs-27fad4449371fdec5d64fde0bb52176bd6f99810.tar.gz
docs-27fad4449371fdec5d64fde0bb52176bd6f99810.tar.bz2
docs-27fad4449371fdec5d64fde0bb52176bd6f99810.zip
restructure documentation some more
-rw-r--r--core/api-common.rst9
1 files changed, 5 insertions, 4 deletions
diff --git a/core/api-common.rst b/core/api-common.rst
index 9410e490..8de555dd 100644
--- a/core/api-common.rst
+++ b/core/api-common.rst
@@ -19,8 +19,8 @@
.. _http-common:
=================================
-Common Taler HTTP API Conventions
-=================================
+Conventions for Taler RESTful APIs
+==================================
-------------------------
@@ -206,7 +206,7 @@ In C, the respective enumeration is the ``enum TALER_ErrorCode``.
Developers may have to re-run ``bootstrap`` and/or update their Git
submodules to ensure that they have the lastest GANA registry.
-
+
.. _encodings-ref:
----------------
@@ -233,6 +233,7 @@ resulting encoding.
Hash codes
^^^^^^^^^^
+
Hash codes are strings representing base32 encoding of the respective
hashed data. See `base32`_.
@@ -466,7 +467,6 @@ Fetch params
};
-
Keys
^^^^
@@ -942,6 +942,7 @@ uses 512-bit hash codes (64 bytes).
Signatures
^^^^^^^^^^
+
Any piece of signed data, complies to the abstract data structure given below.
.. sourcecode:: c