oco-research/Generate SDK and documentation based on schema, push to a repo, publish as package
GitHub action to generate SDKs based on schema, simplify the integration, minimize costs by reducing manual maintenance of client SDKs.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| generator | The name of the generator (i.e. the language to generate the client library in) to use e.g. "typescript-angular" | yes | — |
| github-domain | GitHub domain to push the generated SDK | no | github.com |
| github-owner | GitHub organization to push the generated SDK | yes | — |
| github-repo | GitHub repo to push the generated SDK | yes | — |
| github-branch | GitHub repo branch to push the generated SDK | yes | — |
| github-token | GitHub user token to push the generated SDK | yes | — |
| package-token | Package system token to publish the generated SDK package | no | — |
| package-username | Package system username to publish the generated SDK package | no | — |
| config-path | Path to folder where generator configurations reside (without trailing slash) | no | .openapi-generator/generators |
| schema-file | Path to schema file | no | openapi.json |
| github-user-email | GitHub user email for commits | no | oco-bot@adobe.com |
| github-user-name | GitHub user name for commits | no | Adobe OCO Bot |
Outputs
no outputs