Skip to content
Snippets Groups Projects
Commit d6e5d99e authored by Rolf Niepraschk's avatar Rolf Niepraschk
Browse files

update to version '0.8.1'

parent 2530920e
No related branches found
No related tags found
No related merge requests found
...@@ -57,7 +57,7 @@ File `config.json`: ...@@ -57,7 +57,7 @@ File `config.json`:
``` ```
A new tag value (program version) with an optional comment is assigned to the A new tag value (program version) with an optional comment is assigned to the
repository. This leads to an update of the `VERSION` file and, if a webhook current branch. This leads to an update of the `VERSION` file and, if a webhook
(tag push) is activated, to an update of the server installation. The Flask (tag push) is activated, to an update of the server installation. The Flask
server must run in development mode for this. server must run in development mode for this.
...@@ -80,7 +80,7 @@ curl -X POST -H "Content-Type: text/xml" -d @VALID.xml http://localhost:5005/val ...@@ -80,7 +80,7 @@ curl -X POST -H "Content-Type: text/xml" -d @VALID.xml http://localhost:5005/val
Alternative call with `wget`: Alternative call with `wget`:
```shell ```shell
wget --post-file=example.xml --header="Content-Type:text/xml;" -q -O- http://localhost:5005/validate wget --post-file=example.xml --header="Content-Type:text/xml" -q -O- http://localhost:5005/validate
``` ```
```shell ```shell
...@@ -90,7 +90,7 @@ curl -X POST -H "Content-Type: text/xml" -d @INVALID.xml http://localhost:5005/v ...@@ -90,7 +90,7 @@ curl -X POST -H "Content-Type: text/xml" -d @INVALID.xml http://localhost:5005/v
``` ```
```shell ```shell
curl -X POST -H "Content-Type: text/xml" -d @VALID_XML_BUT_DONT_MATCHES_XSD.xml http://localhost:5005/validate curl -X POST -H "Content-Type: text/xml" -d @VALID_BUT_DONT_MATCHES_XSD.xml http://localhost:5005/validate
<error>verbose error message</error> <error>verbose error message</error>
``` ```
......
0.8.0 0.8.1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment