SVHTTPRequest 是用于 iOS和 Mac 上的一个简单的REST 客户端开发包。
示例代码:
[SVHTTPRequestGET:@"https://api.github.com/repos/samvermette/SVHTTPRequest"parameters:nilcompletion:^(idresponse,NSHTTPURLResponse*urlResponse,NSError*error){watchersLabel.text=[NSStringstringWithFormat:@"SVHTTPRequesthas%@watchers",[responsevalueForKey:@"watchers"]];}];
评论