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: