mansonliwh commented on issue #3357: URL: https://github.com/apache/amoro/issues/3357#issuecomment-2544763329
@jerui @klion26 We offer two ways to use the Java API: 1. Specify _-P generate-sdk_ during compilation, which will automatically generate the Java API. The generated code will be located at _amoro/amoro-ams/target/generated-sources/openapi_. 2. Use the YAML file provided at _amoro/amoro-ams/src/main/resources/openapi/openapi.yaml_ to generate API documentation with external tools such as **OpenAPI Generator** and **Swagger Editor**. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
