microsoft / dev-proxy

Dev Proxy is an API simulator that helps you effortlessly test your app beyond the happy path.
https://aka.ms/devproxy
MIT License
457 stars 53 forks source link

Check if API spec matches the actual API shape #779

Open waldekmastykarz opened 1 month ago

waldekmastykarz commented 1 month ago

Build a plugin that connects to API Center and for each intercepted request, checks if the request and response shape matches the spec. The plugin stores the results in the API Center validation result corresponding to the API.

This feature helps customers ensure that their specs match their APIs and detect any discrepancies early.