DriftWire
Detect API contract drift: spec-vs-reality checks + breaking-change detection in one CLI
Visit Website
About DriftWire
DriftWire is a free, zero-dependency Python CLI that detects API contract drift two ways: 'driftwire check' validates your live API against its OpenAPI spec (type mismatches, undocumented fields, missing required, enum violations), and 'driftwire diff' catches breaking changes between spec versions. Runs locally and in CI as a GitHub Action. Free MIT core