From bc29fa615e572c8fb0b55cb2c049c0d287032194 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Sat, 8 Apr 2023 02:46:46 +0200 Subject: [PATCH] Added README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..2a5a6f0 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +API docs written in swagger/redocly format. + +* API docs can be rendered into stand-alone HTML with: `npm start`. +* API text can be linted with `npm test`.