Skip to content

RESO Web API Open Source Reference Client written in JAVA

Notifications You must be signed in to change notification settings

jbrush/RESOWebAPIReferenceClientinJAVA

Repository files navigation

Reso Web API Java client

This is a parent project for Reso Web API Java client that allows developers to build applications by utilizing the Reso Web API. For more information please visit www.reso.org.

It contains following sub projects:

Please follow the links for more detailed description of each project.

Requirements

To build the client code and run the examples these components are required:

  • Java 1.8 JDK to be installed. Can be found here
  • Apache Maven to be installed. Can be found here.

You can verify the installation using commands:

java -version
mvn -version

Running examples

To run the examples one needs to build the client library and install it to local maven repository. This can be done by running the command:

mvn install

Note. Integration tests are skipped until they are configured for specific endpoint.

About

RESO Web API Open Source Reference Client written in JAVA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published