You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,7 @@ Each file scope determines what template parameters will be available.
55
55
* Default scope - Basic SDK and language-specific params (package name, language name, etc…)
56
56
* Service scope - Generate x templates where x is the number of API services, adds service-specific params to the template (service name, methods, etc…)
57
57
* Method scope - Generate x*y templates where x is the number of API services and y is the number of methods, adds service and method-specific params to the template (service name, method name, method params, etc…), good for generating MD files with examples for using each method
58
+
* Copy scope - Static files (like images, etc…) that will just get copied and not processed by twig.
58
59
59
60
**getTypeName**
60
61
This method receives the API param type and should return the equivalent param in the implemented language.
0 commit comments