From f8d9ac5d13dd37b8b57af0478e77ba1e75c813aa Mon Sep 17 00:00:00 2001 From: Stefan Boberg Date: Tue, 11 May 2021 13:05:39 +0200 Subject: Adding zenservice code --- RESTAPI.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 RESTAPI.md (limited to 'RESTAPI.md') diff --git a/RESTAPI.md b/RESTAPI.md new file mode 100644 index 000000000..6b072d188 --- /dev/null +++ b/RESTAPI.md @@ -0,0 +1,16 @@ +# REST API + +## Test Service + +Intended to be used for basic connectivity testing. Allows the client to fetch +various kinds of payloads via well-known URIs + +HTTP endpoint: `/test` + +`/test/size/{size}` - verbs: (`GET`) + +## Cache Service + +HTTP endpoint: `/cache` + +`/cache/` -- cgit v1.2.3