You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
consul/ui/packages/consul-ui/mock-api
Andrew Stucki 897e5ef2d3
Add some basic UI improvements for api-gateway services (#16508)
2 years ago
..
prefixed-api/v1 ui: Add support for prefixing the API path (#14342) 2 years ago
v1 Add some basic UI improvements for api-gateway services (#16508) 2 years ago
README.md

README.md

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.