ios - Post path must match exactly with RKResponseDescriptor pathPattern -
The current service follows the formatting of the following URL so that I am using something to update
So this is the code that I had placed there. Roughly speaking. [Object Manager address descriptor: [RKRSponseSpecifydepotrator descriptormathding: EventResponsMapping Method: RKRquenventgate Pathpartne: @ "/ GetStaff" Keypath: Zero Status Code: RKStatus Codex Execution Class (RKestatus code class successful)]]; // I want to add an item to the URL, but the criteria parameter only goes to the post body, if I add the object in the path "@ GetStuff /? Parm = Stuff and parm2 = stuff2" then the response will not be properly mapped [Object Manager Post Object: Object Path: @ "/ GateStuff" Parameter: Parameters Success: Zero Failure: Zero];
It seems that RestKit requires that the object to which the object is posted and the path used to make the RKDescriptor should be an exact match. Is there a way to compare the risk kit with such a comparison that ignores the URL parameter for its object mapping?
Is this the right thing to do? Posting something and adding items to the URL.
You can create a path to add your parameter. Using (if you add or remove
@ "/ gatestuff? Perm = stuff and PMM 2 = Stuff 2 "
Comments
Post a Comment