gpt4 book ai didi

ios - RestKit:如何使用路由发布对象?

转载 作者:塔克拉玛干 更新时间:2023-11-02 21:40:26 24 4
gpt4 key购买 nike

RKObjectManager documentation展示了如何构建这条路线

[manager.router.routeSet addRoute:[RKRoute routeWithName:@"follow_user" pathPattern:@"/users/:userID/follow" method:RKRequestMethodPOST]];
  • 我需要先发出请求才能设置一些 header 。
  • 我需要给出我要发布的对象。
  • 我需要在路由的路径模式中指定一个包含要匹配的userID的字典

如何发出 url 请求以使用该路由发布对象?

编辑:

requestWithPathForRouteNamed:object:parameters: 不让我给出要发布的对象。requestWithObject:method:path:parameters: 不让我给出一个字典dictionary,其中包含要在路由的路径模式中匹配的userID

实际上我需要这样的东西:

- (NSMutableURLRequest *) requestWithObject:(id)objectToSend
forRouteNamed:(NSString *)routeName
routeParameters:(NSDictionary *)routeParameters;

最佳答案

关于ios - RestKit:如何使用路由发布对象?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18872914/

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