diff options
| author | Stefan Boberg <[email protected]> | 2023-05-02 10:01:47 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-05-02 10:01:47 +0200 |
| commit | 075d17f8ada47e990fe94606c3d21df409223465 (patch) | |
| tree | e50549b766a2f3c354798a54ff73404217b4c9af /RESTAPI.md | |
| parent | fix: bundle shouldn't append content zip to zen (diff) | |
| download | zen-075d17f8ada47e990fe94606c3d21df409223465.tar.xz zen-075d17f8ada47e990fe94606c3d21df409223465.zip | |
moved source directories into `/src` (#264)
* moved source directories into `/src`
* updated bundle.lua for new `src` path
* moved some docs, icon
* removed old test trees
Diffstat (limited to 'RESTAPI.md')
| -rw-r--r-- | RESTAPI.md | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/RESTAPI.md b/RESTAPI.md deleted file mode 100644 index 6b072d188..000000000 --- a/RESTAPI.md +++ /dev/null @@ -1,16 +0,0 @@ -# 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/` |