taler-docs

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

commit 60a0f8c282416130ab8bf15b2f4187fe9e690db9
parent 6ce93efd2fd97fa045d1a81b9cafd01c8f5e426a
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date:   Mon, 28 Apr 2025 15:53:39 +0200

implemented

Diffstat:
Mcore/api-mailbox.rst | 3++-
Mcore/api-taldir.rst | 4++--
2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/core/api-mailbox.rst b/core/api-mailbox.rst @@ -15,12 +15,13 @@ @author Christian Grothoff +.. _api-mailbox: =================== Mailbox RESTful API =================== -This is a proposed API for the GNU Taler Mailbox service which allows Taler +This is th for the GNU Taler Mailbox service which allows Taler wallets to securely send push and pull payment requests to other wallets without having to interact with the respective messaging service. diff --git a/core/api-taldir.rst b/core/api-taldir.rst @@ -21,7 +21,7 @@ Directory RESTful API ===================== -This is a proposed API for the Taler Directory (TalDir) service which allows Taler wallets to +This is the API for the Taler Directory (TalDir) service which allows Taler wallets to securely associate an inbox service (URL and public key) with the address of a messaging service used by the wallet's user. Wallets can also lookup the inbox of other users. This will enable wallets to make wallet-to-wallet @@ -30,7 +30,7 @@ address in a messaging service. Examples for messaging services include E-mail and SMS. The service in principle allows registration of any valid URI as inbox service. -For Taler, the URI must follow the format defined in TODO. +For Taler, the URI is a link a :ref:`mailbox <api-mailbox>`. The API specified here follows the :ref:`general conventions <http-common>` for all details not specified in the individual requests.