Skip to content
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.

This repo contains sample code for my talk "RestKit - From Zero to Hero"

Notifications You must be signed in to change notification settings

peterfriese/RestKitFromzeroToHero

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

This repository contains code for my talk "RestKit - From Zero to Hero".

It shows how to use RestKit to...

  • ... fetch simple resource such as images
  • ... fetch XML data and map it to Objective-C classes
  • ... do the same with JSON data, without even changing the code!
  • ... setup routes for RESTful resource access
  • ... use CoreData to cache data offline
  • ... authenticate your app against your backend
  • ... map advanced data types such as dates
  • ... seed your offline database so your users can use your app right away, without even having to connect to the internet

About

This repo contains sample code for my talk "RestKit - From Zero to Hero"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published