From c55e78eea7852baec3624d8f115f8488c5051d61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CTim?= Date: Mon, 16 Dec 2024 17:04:52 +0100 Subject: [PATCH] - add NAP REST module --- modules/naprest.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 modules/naprest.json diff --git a/modules/naprest.json b/modules/naprest.json new file mode 100644 index 0000000..c97cca0 --- /dev/null +++ b/modules/naprest.json @@ -0,0 +1,21 @@ +{ + "name": "napvban", + "categories": + [ + "networking", + "napapi", + "rest" + ], + "platforms": + [ + "linux" + ], + "author": + { + "name": "Tim Groeneboom", + "link": "https://www.timgroeneboom.com" + }, + "description": "NAP REST API module. Serve a REST API from your NAP App or make calls to a REST api using a REST client", + "link": "https://github.com/TimGroeneboom/naprest", + "visible": true +}