birdiecare/Hatch
Generate and publish a TypeScript-axios API client based on your OpenAPI spec
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| openapi_spec_url | URL pointing at the JSON-formatted OpenAPI v3 spec for your service | yes | — |
| package_name | The name to use for the generated client package | yes | — |
| registry_namespace | Name of the GitHub NPM registry namespace under which you want to publish the generated package, eg "@my-namespace" | yes | — |
| registry_token | Your GitHub NPM registry token | yes | — |
| repository_url | The url of the GitHub repository in which the generated package should be published | yes | — |
| skip_validate_spec | Skip validation of the OpenAPI spec | no | false |
Outputs
no outputs