forked from loafle/openapi-generator-original
Update unit tests of objc client
This commit is contained in:
@@ -113,13 +113,13 @@
|
||||
/// Deletes a pet
|
||||
///
|
||||
///
|
||||
/// @param apiKey
|
||||
/// @param petId Pet id to delete
|
||||
/// @param apiKey
|
||||
///
|
||||
///
|
||||
/// @return
|
||||
-(NSNumber*) deletePetWithCompletionBlock :(NSString*) apiKey
|
||||
petId:(NSNumber*) petId
|
||||
-(NSNumber*) deletePetWithCompletionBlock :(NSNumber*) petId
|
||||
apiKey:(NSString*) apiKey
|
||||
|
||||
|
||||
completionHandler: (void (^)(NSError* error))completionBlock;
|
||||
|
||||
@@ -594,14 +594,14 @@ static NSString * basePath = @"http://petstore.swagger.io/v2";
|
||||
///
|
||||
/// Deletes a pet
|
||||
///
|
||||
/// @param apiKey
|
||||
///
|
||||
/// @param petId Pet id to delete
|
||||
///
|
||||
/// @param apiKey
|
||||
///
|
||||
/// @returns void
|
||||
///
|
||||
-(NSNumber*) deletePetWithCompletionBlock: (NSString*) apiKey
|
||||
petId: (NSNumber*) petId
|
||||
-(NSNumber*) deletePetWithCompletionBlock: (NSNumber*) petId
|
||||
apiKey: (NSString*) apiKey
|
||||
|
||||
|
||||
completionHandler: (void (^)(NSError* error))completionBlock {
|
||||
|
||||
Reference in New Issue
Block a user