From 1bafad9f5f139e9112347e53d507181a75e0f78f Mon Sep 17 00:00:00 2001 From: gittiver Date: Sun, 29 Jan 2023 11:21:20 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20OpenCoin?= =?UTF-8?q?/opencoin-issuer-cpp@bdab59a50747233e949d65d37381beeac29d3922?= =?UTF-8?q?=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index bf228ff..b0eb7af 100644 --- a/index.html +++ b/index.html @@ -70,7 +70,7 @@ $(function() {

build Documentation

opencoin issuer

-

this is a C++ implementation of the opencoin protocol done as mapping to some kind of REST interface.

+

this is a C++ implementation of the opencoin protocol done as mapping to some kind of REST interface.

As all issuer related interactions of the protocol follows a request/response mechanism we are able to map all of them to Http-Requests.

We decided to use POST-Requests in all cases, as the protocol uses JSON-formatted messages for requests.

The following table gives an overview of the mapping of requests to URLs: