iOS: RestKit loadObject & send params
- by Alon Amir
using loadObjectAtResourcePath, on GET method, doesn't include my parameters on the requests.
for example, i send:
[RKObjectManager objectManagerWithBaseURL:@"http://something/ws"];
[[RKObjectManager sharedManager] loadObjectsAtResourcePath:@"/res" delegate:self block:^(RKObjectLoader *loader) {
NSDictionary *dict = [NSDictionary…