mocker-api icon indicating copy to clipboard operation
mocker-api copied to clipboard

mocker-api that creates mocks for REST APIs. It will be helpful when you try to test your application without the actual REST API server.

Results 48 mocker-api issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Rate-Limited These updates are currently rate-limited. Click on a checkbox below to force...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [react](https://reactjs.org/) ([source](https://togithub.com/facebook/react)) | [`~17.0.2` -> `~18.2.0`](https://renovatebot.com/diffs/npm/react/17.0.2/18.2.0) |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@testing-library/user-event](https://togithub.com/testing-library/user-event) | [`~13.5.0` -> `~14.4.0`](https://renovatebot.com/diffs/npm/@testing-library%2fuser-event/13.5.0/14.4.3) | [![age](https://badges.renovateapi.com/packages/npm/@testing-library%2fuser-event/14.4.3/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [webpack-cli](https://togithub.com/webpack/webpack-cli/tree/master/packages/webpack-cli) ([source](https://togithub.com/webpack/webpack-cli)) | [`~4.9.2` -> `~4.10.0`](https://renovatebot.com/diffs/npm/webpack-cli/4.9.2/4.10.0) |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@webpack-cli/serve](https://togithub.com/webpack/webpack-cli/tree/master/packages/serve) ([source](https://togithub.com/webpack/webpack-cli)) | [`~1.6.1` -> `~1.7.0`](https://renovatebot.com/diffs/npm/@webpack-cli%2fserve/1.6.1/1.7.0) |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [webpack-dev-server](https://togithub.com/webpack/webpack-dev-server) | [`~4.7.4` -> `~4.11.0`](https://renovatebot.com/diffs/npm/webpack-dev-server/4.7.4/4.11.1) | [![age](https://badges.renovateapi.com/packages/npm/webpack-dev-server/4.11.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [body-parser](https://togithub.com/expressjs/body-parser) | [`~1.19.0` -> `~1.20.0`](https://renovatebot.com/diffs/npm/body-parser/1.19.2/1.20.1) | [![age](https://badges.renovateapi.com/packages/npm/body-parser/1.20.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@testing-library/react](https://togithub.com/testing-library/react-testing-library) | [`~12.1.2` -> `~13.4.0`](https://renovatebot.com/diffs/npm/@testing-library%2freact/12.1.5/13.4.0) | [![age](https://badges.renovateapi.com/packages/npm/@testing-library%2freact/13.4.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [express](http://expressjs.com/) ([source](https://togithub.com/expressjs/express)) | [`~4.17.2` -> `~4.18.0`](https://renovatebot.com/diffs/npm/express/4.17.3/4.18.2) |...

Node: v16.14.2 Mocker Api: 2.9.5 mock\index.js ``` js const { delay } = require('mocker-api'); const noProxy = process.env.NO_PROXY === 'true'; const proxy = { 'GET /api/user': { id: 1, username:...