aboutsummaryrefslogtreecommitdiff
path: root/irc/kcpd/stdlibsvc/functions/main/function.json
blob: 3fa3c9f87bff753ceb3bfd25d3e00d50ee50c2db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "main",
  "description": "Function",
  "args": [
    "First argument",
    "Second argument"
  ],
  "kwargs": {
    "alpha": "Keyword argument alpha",
    "beta": "Keyword argument beta"
  },
  "http": {
    "headers": {}
  }
}