Mock Server Tab

The purpose of this tab is to:

  1. Define API mocks for your REST APIs. This will help you in
    1. doing parallel development between front-end and back-end.
    2. building proof of concepts applications.
    3. removing front-end dependency on back-end.
  2. To view the logged requests coming to Mock server. This will help you in
    1. creating API mock easily instead of creating it automatically.
    2. validating incoming requests to vREST.

Mock Server tab provides the above two major functions:

  1. API Mocks 
  2. Mock Logger