http-stub-client

0.11.0 • Public • Published

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();

Readme

Keywords

none

Package Sidebar

Install

npm i http-stub-client

Weekly Downloads

0

Version

0.11.0

License

ISC

Last publish

Collaborators

  • andykingking