Merge pull request #2857 from jimschubert/cs/client_api_base

[csharp] Add common IApiAccessor interface
This commit is contained in:
wing328
2016-05-16 14:29:26 +08:00
3 changed files with 31 additions and 3 deletions

View File

@@ -218,6 +218,8 @@ public class CSharpClientCodegen extends AbstractCSharpCodegen {
binRelativePath += "vendor";
additionalProperties.put("binRelativePath", binRelativePath);
supportingFiles.add(new SupportingFile("IApiAccessor.mustache",
clientPackageDir, "IApiAccessor.cs"));
supportingFiles.add(new SupportingFile("Configuration.mustache",
clientPackageDir, "Configuration.cs"));
supportingFiles.add(new SupportingFile("ApiClient.mustache",