swagger-api/swagger-codegen

[Objective-C] Feature Request: Use AFHttpSessionManager instead of AFHTTPRequestOperationManager

Aberta

#1.981 aberto em 26 de jan. de 2016

 (9 comentários) (1 reação) (0 responsável)HTML (5.474 forks)batch import
Client: Objchelp wanted

Métricas do repositório

Stars
 (12.701 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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.

Guia do colaborador