mimic icon indicating copy to clipboard operation
mimic copied to clipboard

Seamless client side mocking

Results 61 mimic issues
Sort by recently updated
recently updated
newest added

Mimic should warn the user if the JSON they have put into the request or response body fields is not formatted properly or has misformatted json

When mimic cannot understand the content-type of the response, it does not set default content type which makes requests seem mocked in logs, but fail in practice

In many places in code we use `http` instead of `https`. For example: http://i.imgur.com/QRlAg0b.png The homepage of mimic also suffers from this issue: ![image](https://user-images.githubusercontent.com/58747863/71687385-65905400-2da6-11ea-88f0-ec5c4106e248.png)

Add a feature to clean the logs on the console.

Goodness Squad

Currently mimic is toggled when pressing Alt+M. We should add an option to change the hotkey in settings (we already have placeholder for that)

Goodness Squad

This should expand the group when clicking on the right arrow and collapse when clicking the left arrow

enhancement
easy
Goodness Squad

Currently when mimic returns a mocked response, it outputs the response to console. It would be nice to disable this outputs in options

enhancement
easy
Goodness Squad

We want to be able to create mocked requests from swagger files. By default swagger should contain all the information we need to mock a request. - Method - Url...

enhancement
Goodness Squad