I am working on an iPhone application that uses an external server to store most of the data. The server provides all the necessary services using the REST API.
Ideally, I would like to generate client-side code in objective-c that can use these services. Preferably, they should return objects that I can easily use, instead of parsing the returned XML.
What options am I looking at? I studied this question a bit, and closest to code generation I saw wsdl2objc . Since I also have backend services, I can make them SOAP services, but I really do not want to do this, since later I will use the same set of services to create a web interface (for example,). Another option I have to do is RestKit .
Any advice on this is greatly appreciated. I am almost sure that this is a practical case that many people have encountered, and I just canโt find the right resources or do not look at the right places.
Greetings !!!
rest ios objective-c iphone code-generation
Vidyanand Apr 07 2018-11-17T00: 00Z
source share