summaryrefslogtreecommitdiffstats
path: root/cba/resource-resolution/Templates/hello-world-template.jinja
diff options
context:
space:
mode:
Diffstat (limited to 'cba/resource-resolution/Templates/hello-world-template.jinja')
-rw-r--r--cba/resource-resolution/Templates/hello-world-template.jinja20
1 files changed, 20 insertions, 0 deletions
diff --git a/cba/resource-resolution/Templates/hello-world-template.jinja b/cba/resource-resolution/Templates/hello-world-template.jinja
new file mode 100644
index 0000000..27c614e
--- /dev/null
+++ b/cba/resource-resolution/Templates/hello-world-template.jinja
@@ -0,0 +1,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}}"
+ }
+}