@hashicorp/ember-cli-api-double
v4.0.0
Published
An ember-cli wrapper around @hashicorp/api-double
Downloads
1,864
Maintainers
Keywords
Readme
@hashicorp/ember-cli-api-double
An ember-cli wrapper around @hashicorp/api-double
Currently in a reasonable amount of 'flux'
As well as being able to use api-double
as a simple HTTP development server to develop against, this module also provides a method of exposing your API without using an HTTP server, therefore allowing you to run ember's testing environment using your 'api-double'.
See
- The wrapped module itself @hashicorp/api-double for more details.
- An example of a simple api double @hashicorp/consul-api-double
- Usage within the Consul UI