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.
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
AFHttpSessionManagerinstead. This way the generated code should be compatible with both AFNetworking 2 and 3.