shishir99-code/DocGuard Drift Check

Eliminate API documentation drift. Validate your code against your OpenAPI spec on every pull request.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
specPath to the OpenAPI spec file (YAML or JSON)noopenapi.yaml
sourceSource directory to scan for API codeno.
frameworkForce a specific framework parser (auto, fastapi)noauto
fail-onWhen to fail the check: any, drift-only, missingnoany
python-versionPython version to useno3.11
namedescription
drift-scoreThe drift score (0.0 = synced, 1.0 = fully drifted)
reportPath to the generated JSON drift report