rogercc4/Extract OpenAPI Endpoints
A GitHub Action to extract endpoints from an OpenAPI YAML file and upload into a IDP
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| file | Path to the OpenAPI YAML file | yes | openapi.yml |
| github_token | GitHub token for authentication | yes | — |
| api_url_getport | API URL for GetPort | yes | — |
| client_id_getport | Client ID for GetPort | yes | — |
| client_secret_getport | Client Secret for GetPort | yes | — |
Outputs
| name | description |
|---|---|
| endpoints | List of extracted endpoints |