Skip to content

Commit

Permalink
chg: updated URL to weblyzard-api javadoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertWeichselbraun committed Sep 2, 2017
1 parent 955a10e commit 69bb5fe
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Provides access to all webLyzard Web services through a python and java library.
Full Documentation is available at

* Python: http://weblyzard-api.readthedocs.org/en/latest/
* Javadoc: http://javadoc.io/doc/com.weblyzard.api/weblyzard-api/0.0.7/
* Javadoc: http://javadoc.io/doc/com.weblyzard.api/weblyzard-api/0.1.0.1/


## Configuration
Expand Down Expand Up @@ -73,6 +73,7 @@ Example scripts are available in the `example` directory.
+ docstring explaining what the method does
+ a unit test demonstrating the method's usage in the wild.
+ commits must pass all unit tests
+ verify code quality for merge requests (`mvn sonar:sonar`)

To activate the java client debugging (logging requests / responses etc) set the environment variable **ENV_WEBLYZARD_API_DEBUG** to true:

Expand Down Expand Up @@ -102,8 +103,3 @@ mvn deploy -Denvironment=mavencentral
```


javadoc.io/doc/com.weblyzard.api/weblyzard-api




0 comments on commit 69bb5fe

Please sign in to comment.