gpt4 book ai didi

iphone - Objective-C:在你的 iPhone 上访问 REST API 的最佳方式

转载 作者:太空狗 更新时间:2023-10-30 03:09:49 27 4
gpt4 key购买 nike

为此纠结了一段时间。我试图在我的 iphone 上访问 REST api,并遇到了可以帮助我的 ASIHTTP 框架。所以我做了类似的事情

//call sites, so we can confirm username and password and site/sites
NSURL *url = [NSURL URLWithString: urlbase];
ASIHTTPRequest *request = [[[ASIHTTPRequest alloc] initWithURL:url] autorelease];
[request setUsername:@"doronkatz%40xx.com" ];
[request setPassword:@"xxx"];

urlbase 是 REST 站点的 url。

现在,一位开发人员告诉我这个框架可能存在问题或错误,并且它没有正确传递 header 。是否有另一种方法可以通过身份验证测试或访问网络 REST 位置?

最佳答案

我建议查看 RestKit:http://restkit.org/它提供了一个优秀的 API,用于访问 RESTful Web 服务并将远程资源表示为本地对象,包括将它们持久化到 Core Data。开箱即用地支持 HTTP 身份验证。

关于iphone - Objective-C:在你的 iPhone 上访问 REST API 的最佳方式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1557040/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com