Merge pull request #3798 from mateuszmackowiak/objc/fix/remove_interface_method_duplicate

[Objc] Remove interface method duplicate
This commit is contained in:
wing328 2016-09-16 23:31:11 +08:00 committed by GitHub
commit cb63c937e1
5 changed files with 5 additions and 38 deletions

View File

@ -48,17 +48,6 @@ extern NSString *const {{classPrefix}}ResponseObjectErrorKey;
*/
- (instancetype)initWithConfiguration:(id<{{classPrefix}}Configuration>)configuration;
/**
* Updates header parameters and query parameters for authentication
*
* @param headers The header parameter will be updated, passed by pointer to pointer.
* @param querys The query parameters will be updated, passed by pointer to pointer.
* @param authSettings The authentication names NSArray.
*/
- (void) updateHeaderParams:(NSDictionary **)headers
queryParams:(NSDictionary **)querys
WithAuthSettings:(NSArray *)authSettings;
/**
* Performs request
*

View File

@ -6,7 +6,7 @@ This ObjC package is automatically generated by the [Swagger Codegen](https://gi
- API version: 1.0.0
- Package version:
- Build date: 2016-09-13T13:30:32.772+02:00
- Build date: 2016-09-14T16:08:32.750+02:00
- Build package: class io.swagger.codegen.languages.ObjcClientCodegen
## Requirements

View File

@ -70,17 +70,6 @@ extern NSString *const SWGResponseObjectErrorKey;
*/
- (instancetype)initWithConfiguration:(id<SWGConfiguration>)configuration;
/**
* Updates header parameters and query parameters for authentication
*
* @param headers The header parameter will be updated, passed by pointer to pointer.
* @param querys The query parameters will be updated, passed by pointer to pointer.
* @param authSettings The authentication names NSArray.
*/
- (void) updateHeaderParams:(NSDictionary **)headers
queryParams:(NSDictionary **)querys
WithAuthSettings:(NSArray *)authSettings;
/**
* Performs request
*

View File

@ -6,7 +6,7 @@ This ObjC package is automatically generated by the [Swagger Codegen](https://gi
- API version: 1.0.0
- Package version:
- Build date: 2016-09-13T13:30:31.439+02:00
- Build date: 2016-09-14T16:08:31.542+02:00
- Build package: class io.swagger.codegen.languages.ObjcClientCodegen
## Requirements

View File

@ -70,17 +70,6 @@ extern NSString *const SWGResponseObjectErrorKey;
*/
- (instancetype)initWithConfiguration:(id<SWGConfiguration>)configuration;
/**
* Updates header parameters and query parameters for authentication
*
* @param headers The header parameter will be updated, passed by pointer to pointer.
* @param querys The query parameters will be updated, passed by pointer to pointer.
* @param authSettings The authentication names NSArray.
*/
- (void) updateHeaderParams:(NSDictionary **)headers
queryParams:(NSDictionary **)querys
WithAuthSettings:(NSArray *)authSettings;
/**
* Performs request
*