commit 48ec611c7fc219c2d44cf008ca77b2996ebc914c
parent eef7df2108087b8af7a99194ebe7880c7da9dd12
Author: Antoine A <>
Date: Fri, 29 May 2026 13:01:56 +0200
add adapter API
Diffstat:
2 files changed, 50 insertions(+), 0 deletions(-)
diff --git a/core/api-adapter.rst b/core/api-adapter.rst
@@ -0,0 +1,48 @@
+..
+ This file is part of GNU TALER.
+
+ Copyright (C) 2026 Taler Systems SA
+
+ TALER is free software; you can redistribute it and/or modify it under the
+ terms of the GNU Affero General Public License as published by the Free Software
+ Foundation; either version 2.1, or (at your option) any later version.
+
+ TALER is distributed in the hope that it will be useful, but WITHOUT ANY
+ WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
+ A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
+
+ You should have received a copy of the GNU Affero General Public License along with
+ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/>
+
+.. target audience: developer, core developer
+
+.. _adapter-api:
+
+=================
+Taler Adapter API
+=================
+
+Endpoints for Integrated Sub-APIs
+---------------------------------
+
+.. http:any:: /taler-wire-gateway/*
+
+ All endpoints under this prefix are specified
+ by the :doc:`GNU Taler wire gateway API </core/api-bank-wire>`.
+
+ The endpoints are only available if the adapter is configured to serve the Taler Wire Gateway API.
+
+.. http:any:: /taler-prepared-transfer/*
+
+ All endpoints under this prefix are specified
+ by the :doc:`GNU Taler prepared transfer API </core/api-bank-transfer>`.
+
+ The endpoints are only available if the adapter is configured to serve the Taler Wire Gateway API.
+
+
+.. http:any:: /taler-revenue/*
+
+ All endpoints under this prefix are specified
+ by the :doc:`GNU Taler Revenue API </core/api-bank-revenue>`.
+
+ The endpoints are only available if the adapter is configured to serve the Taler Revenue API.
+\ No newline at end of file
diff --git a/core/index-bank-apis.rst b/core/index-bank-apis.rst
@@ -29,6 +29,7 @@ Bank RESTful APIs
intro-bank-apis
api-corebank
+ api-adapter
api-bank-wire
api-bank-transfer
api-bank-revenue