Versions Compared

Key

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

...

Where someUri can be any URI at all with any query.

Note the main difference between Stub and VM is that VM will validate the URI and parameters you give it; so putting vm: in front of a typical URI with query arguments will typically fail; Stub wont though, it will basically ignore all the query parameters to let you quickly just stub out one or more endpoints in your route temporarily.

Examples

Here's a few samples

...