We have requirement of building mock response framework based on spec.
Whenever a request is made for the API , it should dynamically fetch the mock response data based on the path and method ; and return it to the end user.
Please suggest a best way to do so.
Any help or suggestions are appreciated.Thanks.