swagger-api/swagger-codegen

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

Open

#1 981 ouverte le 26 janv. 2016

Voir sur GitHub
 (9 commentaires) (1 réaction) (0 assignés)HTML (5 474 forks)batch import
Client: Objchelp wanted

Métriques du dépôt

Stars
 (12 701 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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.

Guide contributeur