You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The RESO Commander is an OData client Java library and command-line client,
9
10
as well as an automated RESO Certification testing tool.
10
11
11
-
# Getting Started
12
-
To begin using the RESO Commander, choose one of the following topics:
13
-
14
-
## RESO Certification
12
+
# RESO Certification
15
13
The RESO Commander is only used for Web API Core testing and will be deprecated in the future in favor of the RESO SDK.
16
14
17
15
[**MORE INFO**](/doc/Certification.md)
18
16
19
17
_For Data Dictionary certification, see [**RESO Certification Utils**](https://github.com/RESOStandards/reso-certification-utils?tab=readme-ov-file#reso-data-dictionary-certification)._
20
18
21
-
##Command-Line OData Web API Tools
19
+
# Command-Line OData Web API Tools
22
20
The RESO Commander contains command line tools for working with OData Web APIs.
23
21
This section covers how to validate metadata, make requests, and generate sample requests for testing.
24
22
25
23
[**MORE INFO**](/doc/CLI.md)
26
24
27
-
##Web API Client Library
25
+
# Web API Client Library
28
26
The RESO Commander offers a convenient wrapper around the Apache Olingo Java client for OData,
29
27
with added support for OAuth2 Bearer Tokens and Client Credentials.
30
28
@@ -33,13 +31,13 @@ OData client tasks.
33
31
34
32
[**MORE INFO**]((/doc/ODataClient.md))
35
33
36
-
##Docker
34
+
# Docker
37
35
For those who prefer Docker, both the Command Line and Automated Testing Tools can be
38
36
run in a Docker container.
39
37
40
38
[**MORE INFO**](/doc/Docker.md)
41
39
42
-
##Codegen
40
+
# Codegen
43
41
The RESO Commander may also be used to generate reference XML Metadata, DDL, database seeds,
44
42
automated acceptance tests, reference server models, and to convert XML Metadata to Open API 3 format.
0 commit comments