Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  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.

The layout of this tab contains 3 sections as shown in the below screenshot:

...

Mock Server tab provides the above two major functions:

  1. API MocksĀ 
  2. Mock Logger