We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43aa27e commit 292769dCopy full SHA for 292769d
2 files changed
codegen/layouts/partials/route-class-subroute.hbs
@@ -0,0 +1,3 @@
1
+get {{ methodName }}(): {{ className }} {
2
+ return {{ className }}.fromClient(this.client, this.defaults)
3
+}
codegen/layouts/route.hbs
@@ -5,13 +5,16 @@ class {{className}} {
5
6
{{#each namespaces}}
7
{{> route-class-subroute }}
8
+
9
{{/each}}
10
11
{{#each subroutes}}
12
13
14
15
16
{{#each endpoints}}
17
{{> route-class-endpoint }}
18
19
20
}
0 commit comments