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 pathPattern: @ "/ gatestaff" will match the paths created in this way:

  @ "/ gatestuff? Perm = stuff and PMM 2 = Stuff 2 "  

(if you add or remove / characters if you are not in the pattern of your code then you will have problems)

Comments

Popular posts from this blog

Verilog Error: output or inout port "Q" must be connected to a structural net expression -

jasper reports - How to center align barcode using jasperreports and barcode4j -

c# - ASP.NET MVC - Attaching an entity of type 'MODELNAME' failed because another entity of the same type already has the same primary key value -