marlonandrade / restkit-github-example

RestKit GitHub API Example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RestKit GitHub Example

Simple application to demonstrate the usage of RestKit mapping.

Screen Shot

RestKit Github Example

Overview

This application purpose is just to provide a simple example basic RestKit usage.
It demonstrates only Object Mapping and a simple Request Operation.
It is an implemented example from the initial RestKit README file.

This application will consume one public method of github API in order to get all repositories from RestKit Organization and simply display it on a UITableView.

URL: https://api.github.com/orgs/RestKit/repos

Credits

RestKit is provided by Blake Watters and the RestKit team.
For more info see RestKit project.

Demo application created by Marlon Andrade.

Contact

Follow @emiemia on Twitter or mail me at marlon@marlonandrade.com.

Licence

This application is available under MIT licence. See the LICENCE file for more info.

About

RestKit GitHub API Example

License:MIT License


Languages

Language:Objective-C 99.7%Language:Ruby 0.3%