gpt4 book ai didi

ios - 带有自定义 URL 的 RKResponseDescriptor

转载 作者:行者123 更新时间:2023-11-29 00:54:42 25 4
gpt4 key购买 nike

在这种情况下最好的方法是什么?

我有通往里程碑资源的路径:

GET: {baseURL}/rest/v2/common/plans/{id}/milestones

还有这条通往不同资源的路径:

GET: {baseURL}/rest/v2/common/plans/{id}/statistics

为了正确解析它,我需要在发出任何请求之前定义描述符:

RKResponseDescriptor *responseDescriptor = 
[RKResponseDescriptor responseDescriptorWithMapping:...

具有正确定义的路径。我认为 responseDescriptor 始终是一个静态实例,不需要在应用程序生命周期内重新创建(在此之前我使用请求的主体)。

但在 {id} 以上路径的情况下,将路径性质更改为动态路径。每当我发送具有不同 {id} 的请求时,我是否应该始终重新定义 responseDescriptor?使用 {baseURL}/rest/v2/common/plans/定义路径是不明确的。

使用 RK 版本 0.26.0。

最佳答案

不,这是路径模式是有原因的:

@"/rest/v2/common/plans/:id/milestones"

另请注意,使用 /rest/v2/common/plans/ 是不完整的路径,不会匹配。

关于ios - 带有自定义 URL 的 RKResponseDescriptor,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37730730/

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