There were some changes in new version of AFNetworking (2.0).
I'm now confused with all new functions and I would like to know which class/method would be best for getting JSON data from http post request ? Should I build some singleton class like the one that was used in previous versions of AFNetworking (AFNetworking (AFJSONRequestOperation) convert to AFHTTPClient) ?
Thanks.