forked from loafle/openapi-generator-original
Added http basic authentication method [android-volley]
This commit is contained in:
@@ -260,6 +260,8 @@ public class AndroidVolleyClientCodegen extends DefaultCodegen implements Codege
|
||||
(sourceFolder + File.separator + requestPackage).replace(".", java.io.File.separator), "PatchRequest.java"));
|
||||
supportingFiles.add(new SupportingFile("auth/apikeyauth.mustache",
|
||||
(sourceFolder + File.separator + authPackage).replace(".", java.io.File.separator), "ApiKeyAuth.java"));
|
||||
supportingFiles.add(new SupportingFile("auth/httpbasicauth.mustache",
|
||||
(sourceFolder + File.separator + authPackage).replace(".", java.io.File.separator), "HttpBasicAuth.java"));
|
||||
supportingFiles.add(new SupportingFile("auth/authentication.mustache",
|
||||
(sourceFolder + File.separator + authPackage).replace(".", java.io.File.separator), "Authentication.java"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user