An open API service indexing awesome lists of open source software.

https://github.com/nedap/retail-renos-api

Example code for the Renos API
https://github.com/nedap/retail-renos-api

Last synced: about 1 year ago
JSON representation

Example code for the Renos API

Awesome Lists containing this project

README

          

# Renos API

Java reference implementation and test tool.

## Working directory is java, so go to it
cd java

## To build the code
mvn clean install

## To run the code
java -jar target/websocket-client-example-1.2-jar-with-dependencies.jar http://

# API dependency
The example code depends on an API library `renos-api-message`. This API library is provided within the `java/repo` directory, which is a file-based maven repository.

## Include the library in your Maven project
To include the API library in your project, make sure the dependency is available in some repository and reference the repository in your `pom.xml`:




project.local
project
file:${project.basedir}/repo


Then add the dependency:




com.nedap.retail.renos.api.v2
renos-api-message
1.0