From f03debdef1730da577d7489990dc0dcc6e87a090 Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Mon, 4 Jan 2021 15:58:20 +0100 Subject: [PATCH] docs(scopes): add copy scope --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 85e79c27c..b3b22fd0e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -55,6 +55,7 @@ Each file scope determines what template parameters will be available. * Default scope - Basic SDK and language-specific params (package name, language name, etc…) * Service scope - Generate x templates where x is the number of API services, adds service-specific params to the template (service name, methods, etc…) * 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 +* Copy scope - Static files (like images, etc…) that will just get copied and not processed by twig. **getTypeName** This method receives the API param type and should return the equivalent param in the implemented language.