It would be great to find an automatic way to ensure that all endpoints have been covered in the SDK.
- We are currently using Prism as the mock server. It does not seem to offer anything we are looking for.
- Switching over to using Mock Service Worker together with open-api-backend seems attractive, but it does not seem to offer any improvement in regards to coverage anyway.
- Is there a way we could track it ourselves somehow without too much effort? Tracking endpoints + request methods somewhere and comparing it to a parsed OAS file and its endpoints?
It would be great to find an automatic way to ensure that all endpoints have been covered in the SDK.