Skip to content

Instantly share code, notes, and snippets.

@loganblevins
Last active January 9, 2023 20:45
Show Gist options
  • Save loganblevins/d8342caab78c79c3f17b17b556b7a96e to your computer and use it in GitHub Desktop.
Save loganblevins/d8342caab78c79c3f17b17b556b7a96e to your computer and use it in GitHub Desktop.

iOS-PairProgramming

Review the REST API playground to review JSON structure: https://swapi.dev

  1. Create new iOS or tvOS project
  2. Create app that fetches data from the following REST API: https://swapi.dev/api/people/1
  3. Display name and height of person ID 1 fetched using above endpoint
  4. Consider architecture, testability, error handling, and empty/placeholder state
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment