mtarikozcan/apidiff
Check your APIs for drift in CI. Fail builds when third-party APIs change.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| api-key | apidiff API key (apk_live_...). Generate one in apidiff.dev settings. | yes | — |
| project-id | Project ID to check (integer). | yes | — |
| fail-on | Severity threshold to fail the build. Options: critical, warning, any, none. Default: critical. | no | critical |
| api-url | apidiff API base URL. Override for self-hosted. | no | https://api.apidiff.dev |
Outputs
| name | description |
|---|---|
| summary | JSON summary of the check |
| critical-count | Number of critical drifts |
| warning-count | Number of warning drifts |
| info-count | Number of info drifts |