Go to file
Joshua Darnell 5cf84f3564 Set theme jekyll-theme-modernist 2021-07-19 21:06:41 -07:00
.github Updated configurations and removed Cucumber Reports (#81) 2021-07-19 07:47:12 -07:00
.run Updated configurations and removed Cucumber Reports (#81) 2021-07-19 07:47:12 -07:00
doc Updated configurations and removed Cucumber Reports (#81) 2021-07-19 07:47:12 -07:00
gradle/wrapper adding gradle wrapper dependencies 2020-03-23 12:20:19 -07:00
odata-openapi@e2b333a79a Add jenkins dd gradle task (#66) 2021-03-31 19:24:27 -07:00
src Updated configurations and removed Cucumber Reports (#81) 2021-07-19 07:47:12 -07:00
.dockerignore Dockerize (#22) 2020-02-12 10:24:02 -08:00
.gitattributes Update .gitattributes 2020-03-10 00:39:41 -07:00
.gitignore adding gradle wrapper dependencies 2020-03-23 12:20:19 -07:00
.gitmodules Issue 34 Web API Core Tests (#43) 2021-01-06 00:09:01 -08:00
Dockerfile Issue 37 Add Data Dictionary testing to the RESO Commmander (#41) 2021-01-05 23:47:04 -08:00
GradleDockerfile Updated configurations and removed Cucumber Reports (#81) 2021-07-19 07:47:12 -07:00
LICENSE Create LICENSE (#13) 2019-09-05 19:33:22 -07:00
README.md Updated configurations and removed Cucumber Reports (#81) 2021-07-19 07:47:12 -07:00
_config.yml Set theme jekyll-theme-modernist 2021-07-19 21:06:41 -07:00
build.gradle Updated configurations and removed Cucumber Reports (#81) 2021-07-19 07:47:12 -07:00
gradlew adding gradle wrapper dependencies 2020-03-23 12:20:19 -07:00
gradlew.bat adding gradle wrapper dependencies 2020-03-23 12:20:19 -07:00
sample-data-dictionary.1.7.0.resoscript Issue 34 Web API Core Tests (#43) 2021-01-06 00:09:01 -08:00
sample-web-api-server.core.1.0.2.resoscript Add jenkins dd gradle task (#66) 2021-03-31 19:24:27 -07:00
settings.gradle Added convenience methods for Gold and Platinum Web API Certs, Updated Docker Instructions and README 2020-03-08 03:47:17 -07:00

README.md

RESO Commander

CodeFactor Java CI with Gradle

The RESO Commander is an OData client Java library and command-line client, as well as an automated RESO Certification testing tool.

Getting Started

To begin using the RESO Commander, choose one of the following topics:

RESO Certification

One of the Commander's primary uses is as an automated testing tool. This section explains how to run the following tests:

  • Data Dictionary 1.7
  • Data Dictionary Availability Report
  • IDX Payload 1.7
  • Web API Core 1.0.2

Command-Line OData Web API Tools

The RESO Commander contains command line tools for working with OData Web APIs. This section covers how to validate metadata, make requests, and generate sample requests for testing.

Web API Client Library

The RESO Commander offers a convenient wrapper around the Apache Olingo Java client for OData, with added support for OAuth2 Bearer Tokens and Client Credentials.

The client library can be used to fetch and validate metadata, fetch data, and perform other OData client tasks.

Docker

For those who prefer Docker, both the Command Line and Automated Testing Tools can be run in a Docker container.

Codegen

The RESO Commander may also be used to generate reference XML Metadata, DDL, database seeds, automated acceptance tests, reference server models, and to convert XML Metadata to Open API 3 format.