SkillAgentSearch skills...

RestKitFromzeroToHero

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

Install / Use

/learn @peterfriese/RestKitFromzeroToHero
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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
View on GitHub
GitHub Stars19
CategoryDevelopment
Updated1y ago
Forks2

Languages

Objective-C

Security Score

60/100

Audited on Jun 22, 2024

No findings