This package contains the generator to create your own service module using a OpenAPI specification.
This generator is based on the OpenAPI Tools generator for OpenAPI and adds some additional code for convenience to better integrate with the SAP Cloud SDK.
// initialize generator options based on what you want to do // note that inputDir and outputDir are mandatory constoptions: GeneratorOptions = { inputDir:'path/to/inputDir', outputDir:'path/to/outputDir' };
// generates the files and writes them to the outputDir awaitgenerate(options);
The recommended way to get in touch with us is to create an issue on GitHub.
Select the issue category Bug, Feature or Question depending on the nature of your request.
We try to provide fixes, features and answers as soon as possible.
If you would like to contribute to the SAP Cloud SDK, please make yourself familiar with our contributing guidelines and follow the given instructions.
@sap-cloud-sdk/openapi-generator
This package contains the generator to create your own service module using a OpenAPI specification. This generator is based on the OpenAPI Tools generator for OpenAPI and adds some additional code for convenience to better integrate with the SAP Cloud SDK.
Installation
To run the CLI locally, compile and link the package.
Usage (CLI)
Generate OpenAPI client(s), that use the connectivity features of the SAP Cloud SDK for JavaScript/TypeScript.
Usage (programmatically)
For more detailed overview visit our generator documentation.
Support
The recommended way to get in touch with us is to create an issue on GitHub. Select the issue category
Bug
,Feature
orQuestion
depending on the nature of your request. We try to provide fixes, features and answers as soon as possible.Contribute
If you would like to contribute to the SAP Cloud SDK, please make yourself familiar with our contributing guidelines and follow the given instructions.
Links
License
The SAP Cloud SDK is released under the Apache License Version 2.0.