我正在使用AFNetworking和AFIncrementalStore为客户端 API 请求构建 iOS + Rails 应用程序,使用 AFIncrementalStore 默认示例作为起点:https ://github.com/AFNetworking/AFIncrementalStore/tree/master/Examples/Basic% 20示例
我的主要数据对象称为“活动”,因此复数为“活动” - 我的索引页是http://localhost:3000/activities.json
但是,我可以在 Xcode 日志中看到 AFNetworking 以某种方式复数为“活动”:
Error: Error Domain=com.alamofire.networking.error Code=-1011
"Expected status code in (200-299), got 404" UserInfo=0x6da64a0
{NSErrorFailingURLKey=http://localhost:3000/activitys,
NSLocalizedDescription=Expected status code in (200-299), got 404}
我可以改变这种行为吗?另外我想.json
在 URL 上加上一个后缀。