redmine_reformat microservice test page

API

The default API of this service is using HTTP POST with input in request body and output in response body, as shown below.

> POST /?to_formatting=html&from_formatting=common_mark HTTP/1.0
> Content-Type: text/plain; charset=UTF-8
> Content-Length: 8
>
# Hello!
< HTTP/1.1 200 OK
< Content-Type: text/html; charset=UTF-8
< Content-Length: 30
<
<h1>Hello!</h1>
See the GitHub homepage for more info.

Testing form

The microservice also accepts application/x-www-form-urlencoded POST body. The text is then expected in the text parameter.


from_formatting:

© Orchitech. Published under the GNU GPL license.