summaryrefslogtreecommitdiffstats
path: root/cba/resource-resolution/Templates/hello-world-template.jinja
blob: 27c614e1ad111855456815e27dfa31f3f06b5262 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "default": "{{ j_default }}",
  "input": "{{ j_input }}",
  "script": {
    "python": "{{ j_python }}",
    "kotlin": {
      "base": "{{ j_kotlin }}"
      "from suspend function": "{{ from_suspend_function }}"
    }
  },
  "db": "{{ j_db[0].value }}",
  "rest": {
    "GET": "{{j_get}}",
    "GET_ID": "{{j_get_id}}",
    "POST": "{{j_post}}",
    "PUT": "{{j_put}}",
    "PATCH": "{{j_patch}}",
    "DELETE": "{{j_del}}"
  }
}