forked from loafle/openapi-generator-original
Merge pull request #3798 from mateuszmackowiak/objc/fix/remove_interface_method_duplicate
[Objc] Remove interface method duplicate
This commit is contained in:
commit
cb63c937e1
@ -47,18 +47,7 @@ extern NSString *const {{classPrefix}}ResponseObjectErrorKey;
|
||||
* @param configuration The configuration implementation
|
||||
*/
|
||||
- (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
|
||||
*
|
||||
|
@ -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
|
||||
|
@ -69,18 +69,7 @@ extern NSString *const SWGResponseObjectErrorKey;
|
||||
* @param configuration The configuration implementation
|
||||
*/
|
||||
- (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
|
||||
*
|
||||
|
@ -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
|
||||
|
@ -69,18 +69,7 @@ extern NSString *const SWGResponseObjectErrorKey;
|
||||
* @param configuration The configuration implementation
|
||||
*/
|
||||
- (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
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user