开发者_运维问答
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this questioni am creating an iphone app, can someone suggest some framework to handle api calls to server (i am using coreData for my model) there is one framework, restkit. but it requires backend to have a very specific format
is there any other framework/set of classes which can be easily customized?
It's difficult to answer your question without knowing what sort of API you want to communicate with; does it follow some relatively well-known and well-defined structure? If not, there probably won't be a framework for it and you'll have to roll your own communication code. Looking into the ASIHTTPRequest library would be a good starting point if this is the case.
精彩评论