Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Create a folder called IDOE_SDK and open a PowerShell terminal window from that folder. In a PowerShell command window execute these commands to generate the SDK.

Note: The commands below require java to be installed on your machine. If you do not have the latest version of Java23, please download and install it from this link https://www.oracle.com/java/technologies/downloads/

Expand
titleExecute this command to download the latest verion of the OpenApi Codegen JAR 7.9.0

Invoke-WebRequest -OutFile openApi-codegen-cli.jarĀ  https://repo1.maven.org/maven2/org/openapitools/openapi-generator-cli/7.9.0/openapi-generator-cli-7.9.0.jar

...