swagger-api/swagger-codegen
[Objective-C] Feature Request: Use AFHttpSessionManager instead of AFHTTPRequestOperationManager
開放
#1,981 建立於 2016年1月26日
Client: Objchelp wanted
倉庫指標
- 星標
- (12,701 顆星)
- PR 合併指標
- (PR 指標待抓取)
描述
Currently the client's inherit from AFHTTPRequestOperationManager, which is no longer supported in AFNetworking 3.
Regarding future updates it would be great to have it use AFHttpSessionManager instead. This way the generated code should be compatible with both AFNetworking 2 and 3.