From 249836270b7e1fe145296b5aa0ef644dcd99bb71 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Fri, 14 Apr 2017 01:36:45 -0700 Subject: kcpd: add stdlib backend service --- irc/kcpd/stdlibsvc/functions/main/function.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 irc/kcpd/stdlibsvc/functions/main/function.json (limited to 'irc/kcpd/stdlibsvc/functions/main/function.json') diff --git a/irc/kcpd/stdlibsvc/functions/main/function.json b/irc/kcpd/stdlibsvc/functions/main/function.json new file mode 100644 index 0000000..3fa3c9f --- /dev/null +++ b/irc/kcpd/stdlibsvc/functions/main/function.json @@ -0,0 +1,15 @@ +{ + "name": "main", + "description": "Function", + "args": [ + "First argument", + "Second argument" + ], + "kwargs": { + "alpha": "Keyword argument alpha", + "beta": "Keyword argument beta" + }, + "http": { + "headers": {} + } +} \ No newline at end of file -- cgit v1.2.3