3.22.2 • Published 7 months ago

@sap-cloud-sdk/openapi-generator v3.22.2

Weekly downloads
1,948
License
Apache-2.0
Repository
github
Last release
7 months ago

@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

$ npm install @sap-cloud-sdk/openapi-generator

To run the CLI locally, compile and link the package.

$ yarn install

$ yarn compile

$ npm link

$ openapi-generator help

Usage (CLI)

The generator is primarily meant to be used on the command line:

npx openapi-generator --input path/to/your/service-specification(s) --outputDir path/where/the/modules/are/stored

Run openapi-generator --help for further options.

Usage (programatically)

You can also use the generator programmatically. You will have to provide the options anyways.

import { generate } from '@sap-cloud-sdk/openapi-generator';

// initialize generator options based on what you want to do
const options: GeneratorOptions = initializeOptions();

// generate the client using the provided options
generate(options);

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, or Question 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.

3.22.0

8 months ago

3.22.2

8 months ago

3.22.1

8 months ago

3.21.0

9 months ago

3.20.0

10 months ago

3.16.0

12 months ago

3.11.0

1 year ago

3.19.0

10 months ago

3.15.0

1 year ago

3.14.0

1 year ago

3.10.0

1 year ago

3.18.1

10 months ago

3.18.0

10 months ago

3.13.0

1 year ago

3.17.0

11 months ago

3.12.1

1 year ago

3.12.0

1 year ago

3.9.0

2 years ago

3.3.0

2 years ago

3.8.0

2 years ago

3.8.1

2 years ago

3.6.0

2 years ago

3.7.0

2 years ago

3.5.0

2 years ago

3.4.0

2 years ago

3.2.0

2 years ago

3.1.1

2 years ago

3.1.0

2 years ago

3.0.2

2 years ago

3.0.1

2 years ago

2.15.0

2 years ago

3.0.0

2 years ago

2.13.0

2 years ago

2.14.0

2 years ago

2.12.0

3 years ago

2.12.1

2 years ago

2.10.0

3 years ago

2.11.0

3 years ago

2.8.0

3 years ago

2.9.0

3 years ago

2.7.0

3 years ago

2.7.1

3 years ago

2.5.0

3 years ago

2.6.0

3 years ago

1.54.2

3 years ago

2.4.0

3 years ago

2.3.0

3 years ago

2.2.0

3 years ago

2.1.0

3 years ago

1.54.1

3 years ago

1.54.0

3 years ago

1.53.1

3 years ago

2.0.0

3 years ago

2.0.0-alpha.0

4 years ago

1.53.0

4 years ago

2.0.0-beta.0

4 years ago

1.52.0

4 years ago

1.51.0

4 years ago

1.50.0

4 years ago

1.49.0

4 years ago

1.48.1

4 years ago

1.48.0

4 years ago

1.47.1

4 years ago

1.47.0

4 years ago

1.46.0

4 years ago

1.45.0

4 years ago

1.44.0

4 years ago

1.43.0

4 years ago

1.42.0

4 years ago

1.41.0

4 years ago

1.40.0

4 years ago

1.39.0

4 years ago

1.38.0

4 years ago

1.37.1

4 years ago

1.37.0

4 years ago

1.36.1

4 years ago

1.36.0

4 years ago

1.35.0

4 years ago

1.34.0

4 years ago