Skip to content

Instantly share code, notes, and snippets.

@mdobson
Last active August 29, 2015 14:02
Show Gist options
  • Save mdobson/02c5237c86beeb83d4cf to your computer and use it in GitHub Desktop.
Save mdobson/02c5237c86beeb83d4cf to your computer and use it in GitHub Desktop.
API call coding exercise

Hi there!

Today we'll be building a simple app to make Async API calls and parse JSON. Below is a list of requirements for the app.

  1. Open XCode and create a Single View Application
  2. The app must make an asynchronous GET HTTP call to the following URL http://ug-proxy.herokuapp.com/
  3. The app must parse the JSON and log out the name and address properties from the results of the HTTP call
  4. When complete copy and paste Objective-C into the comments box below.

curl -i http://ug-proxy.herokuapp.com/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment