diff options
| author | Stefan Boberg <[email protected]> | 2026-01-19 13:36:48 +0100 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2026-01-19 13:36:48 +0100 |
| commit | 206499f22fd821f09f18dba7f821b6c320e21475 (patch) | |
| tree | 4e4838c0fabc983e6ed9ce57dabdab3e535e8d22 /docs/RESTAPI.md | |
| parent | consul package and basic client added (#716) (diff) | |
| download | zen-206499f22fd821f09f18dba7f821b6c320e21475.tar.xz zen-206499f22fd821f09f18dba7f821b6c320e21475.zip | |
small doc updates (#715)
Diffstat (limited to 'docs/RESTAPI.md')
| -rw-r--r-- | docs/RESTAPI.md | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/docs/RESTAPI.md b/docs/RESTAPI.md index 6b072d188..d3ec04d07 100644 --- a/docs/RESTAPI.md +++ b/docs/RESTAPI.md @@ -1,5 +1,9 @@ # REST API +The REST interface exposed is considered a private implementation detail and +is going to evolve. We do not recommend that you interface with it other than +for testing purposes. + ## Test Service Intended to be used for basic connectivity testing. Allows the client to fetch @@ -7,10 +11,15 @@ various kinds of payloads via well-known URIs HTTP endpoint: `/test` -`/test/size/{size}` - verbs: (`GET`) +`/test/{size}` - verbs: (`GET`/`HEAD`) + +Examples: `/test/1K` `/test/1M` `/test/1G`, `/test/1M_1k`, `/test/1G_1k` ## Cache Service HTTP endpoint: `/cache` `/cache/` + +## Status Service + |