forked from loafle/openapi-generator-original
Supoort customize classPrefix in objc client.
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
#import <ISO8601/ISO8601.h>
|
||||
#import "AFHTTPRequestOperationManager.h"
|
||||
#import <AFNetworking/AFHTTPRequestOperationManager.h>
|
||||
#import "SWGJSONResponseSerializer.h"
|
||||
#import "SWGJSONRequestSerializer.h"
|
||||
#import "SWGJSONRequestSerializer.h"
|
||||
#import "SWGFile.h"
|
||||
#import "SWGQueryParamCollection.h"
|
||||
#import "SWGConfiguration.h"
|
||||
|
||||
|
||||
#import "SWGUser.h"
|
||||
#import "SWGCategory.h"
|
||||
|
||||
@@ -1,7 +1,4 @@
|
||||
#import "SWGApiClient.h"
|
||||
#import "SWGFile.h"
|
||||
#import "SWGQueryParamCollection.h"
|
||||
#import "SWGConfiguration.h"
|
||||
|
||||
@implementation SWGApiClient
|
||||
|
||||
|
||||
@@ -11,4 +11,4 @@
|
||||
mimeType: (NSString*) mimeType
|
||||
data: (NSData*) data;
|
||||
|
||||
@end
|
||||
@end
|
||||
|
||||
@@ -23,4 +23,4 @@
|
||||
return self;
|
||||
}
|
||||
|
||||
@end
|
||||
@end
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
#import "SWGObject.h"
|
||||
#import "SwaggerClient.SWGTag.h"
|
||||
#import "SwaggerClient.SWGCategory.h"
|
||||
#import "SWGTag.h"
|
||||
#import "SWGCategory.h"
|
||||
|
||||
|
||||
@protocol SWGPet
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
#import "SwaggerClient.SWGPet.h"
|
||||
#import "SwaggerClient.SWGFile.h"
|
||||
#import "SWGPet.h"
|
||||
#import "SWGFile.h"
|
||||
#import "SWGObject.h"
|
||||
#import "SWGApiClient.h"
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
#import "SWGPetApi.h"
|
||||
#import "SWGFile.h"
|
||||
#import "SWGQueryParamCollection.h"
|
||||
#import "SwaggerClient.SWGPet.h"
|
||||
#import "SwaggerClient.SWGFile.h"
|
||||
#import "SWGPet.h"
|
||||
#import "SWGFile.h"
|
||||
|
||||
|
||||
@interface SWGPetApi ()
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
#import "SwaggerClient.SWGOrder.h"
|
||||
#import "SWGOrder.h"
|
||||
#import "SWGObject.h"
|
||||
#import "SWGApiClient.h"
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#import "SWGStoreApi.h"
|
||||
#import "SWGFile.h"
|
||||
#import "SWGQueryParamCollection.h"
|
||||
#import "SwaggerClient.SWGOrder.h"
|
||||
#import "SWGOrder.h"
|
||||
|
||||
|
||||
@interface SWGStoreApi ()
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
#import "SwaggerClient.SWGUser.h"
|
||||
#import "SWGUser.h"
|
||||
#import "SWGObject.h"
|
||||
#import "SWGApiClient.h"
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#import "SWGUserApi.h"
|
||||
#import "SWGFile.h"
|
||||
#import "SWGQueryParamCollection.h"
|
||||
#import "SwaggerClient.SWGUser.h"
|
||||
#import "SWGUser.h"
|
||||
|
||||
|
||||
@interface SWGUserApi ()
|
||||
|
||||
Reference in New Issue
Block a user