The idea of ApiGenerator is building an editor, where you can define RestFull api and generate corresponding code for obj-c language.
It’s possible to generate asynchronous calls through NSURLSession with usage of blocks, or synchronous calls using NSURLConnection.
Code can be executed both for iOS and Mac OS X platforms.
Sample project with ApiGenerator: http://apigenerator.codes/sample.zip
点击按钮跳转至开发者官方下载地址...