Sign in Sign up
npm

endpoint-imposter

Just create a file containing your mocks, ```javascript // mocks.js module.exports = [ { request: { path: '/todos' }, response: { json: ['a', 'b', 'c'] }, } ] ``` tell Endpoint Imposter where to find this file, ``` $ npx endpoint-imposter --po

npm View on Npm

Activity

Latest release
1mo ago
Total releases
9
Cadence
~2 months
Last 12 months
2

Reach

Downloads (recent)
43

Details

License
MIT
First release
Sep 02, 2019
Releases
Version Released
0.5.1 patch
0.5.0 minor
0.4.2 patch
0.4.1 patch
0.4.0 minor
0.3.0 minor
0.2.0 minor
0.1.1 patch
0.1.0 initial