No description
Find a file
oss-core-libraries-dashboard[bot] 18dd7b6118
[COMPLIANCE] Update Copyright and License Headers (#54)
Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com>
2026-02-20 15:26:02 +05:30
v1 Return a protocol if kind is ingress-gateway (#50) 2020-11-02 10:00:06 -05:00
.copywrite.hcl add copywrite setup file 2023-03-14 13:11:05 -04:00
.npmignore Bump 2018-07-02 11:24:38 +01:00
LICENSE [COMPLIANCE] Update Copyright and License Headers (#54) 2026-02-20 15:26:02 +05:30
Makefile Exit early if the repo is dirty 2019-06-04 13:24:39 +00:00
package-lock.json Bump from 6.1.4 to 6.1.5 2020-11-02 10:00:33 -05:00
package.json Bump from 6.1.4 to 6.1.5 2020-11-02 10:00:33 -05:00
README.md Make a better README and add some release helpers 2018-07-26 09:34:57 +01:00

consul-api-double

Super simple API 'double' for easily visualizing the Consul API via the filesystem.

This can be served via either a simple javascript HTTP server, or entirely via frontend methods if your project/circumstances means you are unable to use or it's complicated to use a backend server for testing.

See @hashicorp/api-double for more details.