mirror of
https://github.com/hashicorp/ember-cli-api-double
synced 2026-04-05 18:53:49 +00:00
No description
- JavaScript 84.6%
- HTML 9.8%
- Makefile 4.5%
- Handlebars 0.7%
- CSS 0.4%
|
|
||
|---|---|---|
| .github | ||
| addon | ||
| app | ||
| config | ||
| tests | ||
| vendor | ||
| .editorconfig | ||
| .ember-cli | ||
| .eslintignore | ||
| .eslintrc.js | ||
| .gitignore | ||
| .npmignore | ||
| .prettierignore | ||
| .prettierrc.js | ||
| .template-lintrc.js | ||
| .watchmanconfig | ||
| CONTRIBUTING.md | ||
| ember-cli-build.js | ||
| index.js | ||
| LICENSE | ||
| Makefile | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| testem.js | ||
@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