Skip to content

Commit 3f48973

Browse files
authored
Merge pull request #80 from TorstenDittmann/master
docs(getFiles): add copy scope
2 parents 7841128 + f03debd commit 3f48973

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ Each file scope determines what template parameters will be available.
5555
* Default scope - Basic SDK and language-specific params (package name, language name, etc…)
5656
* Service scope - Generate x templates where x is the number of API services, adds service-specific params to the template (service name, methods, etc…)
5757
* 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.
5859

5960
**getTypeName**
6061
This method receives the API param type and should return the equivalent param in the implemented language.

0 commit comments

Comments
 (0)