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
Branches
No related tags found
No related merge requests found
......@@ -57,7 +57,7 @@ File `config.json`:
```
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
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
Alternative call with `wget`:
```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
......@@ -90,7 +90,7 @@ curl -X POST -H "Content-Type: text/xml" -d @INVALID.xml http://localhost:5005/v
```
```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>
```
......
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