runllm/Generate Auto Documentation
Updates an OpenAPI spec file based on changes to a single API file.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| runllm_server_address | The full host:port address to the RunLLM instance to use. | no | api.runllm.com |
| runllm_api_key | The API key to use for the RunLLM instance. | yes | — |
| github_token | The GitHub token to use for the GitHub repository. | yes | — |
| input_api_file | The file path for the input API file. It is expected to be a Python file. | yes | — |
| output_spec_file | The file path for the output OpenAPI spec file. It is expected to be a YML file. | yes | — |
| base_branch | The base branch for the pull request | yes | main |
Outputs
no outputs