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
Copy file name to clipboardExpand all lines: README.md
+20-10Lines changed: 20 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,30 +11,40 @@ as well as an automated RESO Certification testing tool.
11
11
# Getting Started
12
12
To begin using the RESO Commander, choose one of the following topics:
13
13
14
-
## [RESO Certification](/doc/Certification.md)
15
-
One of the Commander's primary uses is as an automated testing tool. This section
16
-
explains how to run the following tests:
14
+
## RESO Certification
15
+
The RESO Commander is only used for Web API Core testing and will be deprecated in the future in favor of the RESO SDK.
17
16
18
-
* Data Dictionary
19
-
* Web API Core
17
+
[**MORE INFO**](/doc/Certification.md)
20
18
21
-
**Note**: Data Dictionary testing is now handled by the [**RESO Certification Utils**](https://github.com/RESOStandards/reso-certification-utils) command-line utility. The Commander still works for metadata validation, but will be retired in the near future and the new tools merged into this repository.
19
+
_For Data Dictionary certification, see [**RESO Certification Utils**](https://github.com/RESOStandards/reso-certification-utils?tab=readme-ov-file#reso-data-dictionary-certification)._
22
20
23
-
## [Command-Line OData Web API Tools](/doc/CLI.md)
21
+
## Command-Line OData Web API Tools
24
22
The RESO Commander contains command line tools for working with OData Web APIs.
25
23
This section covers how to validate metadata, make requests, and generate sample requests for testing.
26
24
27
-
## [Web API Client Library](/doc/ODataClient.md)
25
+
[**MORE INFO**](/doc/CLI.md)
26
+
27
+
## Web API Client Library
28
28
The RESO Commander offers a convenient wrapper around the Apache Olingo Java client for OData,
29
29
with added support for OAuth2 Bearer Tokens and Client Credentials.
30
30
31
31
The client library can be used to fetch and validate metadata, fetch data, and perform other
32
32
OData client tasks.
33
33
34
-
## [Docker](/doc/Docker.md)
34
+
[**MORE INFO**]((/doc/ODataClient.md))
35
+
36
+
## Docker
35
37
For those who prefer Docker, both the Command Line and Automated Testing Tools can be
36
38
run in a Docker container.
37
39
38
-
## [Codegen](/doc/Codegen.md)
40
+
[**MORE INFO**](/doc/Docker.md)
41
+
42
+
## Codegen
39
43
The RESO Commander may also be used to generate reference XML Metadata, DDL, database seeds,
40
44
automated acceptance tests, reference server models, and to convert XML Metadata to Open API 3 format.
0 commit comments