Rest2mobile is a project providing an Xcode and IntelliJ UDEA plugin along with a command line tool from Magnet submitted by Pascal Jaillon that allows you to automatically generate native objective-c code for communication with a a REST service.
The plugin provides a nice interface allowing you to retrieve the JSON payload from the REST service and generate the code with a couple of clicks. The code works with the rest2mobile SDK for communication which uses AFNetworking to communicate with the REST API.
Here’s a video demonstration of the plugin in use:
You can find the rest2mobile plugin and command line tool over on the rest2mobile homepage.
A nice set of tools for working with REST services.
You may also be interested in: JSONExport – a code generation tool for working with JSON data in Swift.
See more: Xcode plugins
Original article: Xcode Plugin And CLI Tool For Automatically Generating Code For Working With REST Services
©2014 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.