0.11.0 • Published 7 years ago

http-stub-client v0.11.0

Weekly downloads
7
License
ISC
Repository
github
Last release
7 years ago

http_stub Client Build Status

NPM

Provides a convenient way to call an instance of http_stub.

Usage

import HttpStubClient from 'http-stub-client';

// Create a custom stub.
const thingStub = new HttpStubClient.Stub('host', 'port');
thingStub.activate('Scenario name');
thingStub.reset();
0.11.0

7 years ago

0.10.0

7 years ago

0.9.0

7 years ago

0.8.0

7 years ago

0.7.0

7 years ago

0.6.0

7 years ago