Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 549 Bytes

File metadata and controls

19 lines (14 loc) · 549 Bytes

GitHub-Gists

GitHub-Gists was created to learn how to implement RESTful APIs within iOS apps.

GitHub-Gists uses the github API to do the following:

  1. View a list of public gists ✅
  2. Search for gists within the public gists
  3. Login to GitHub
  4. Star a gist so it can found it later
  5. View a list of your starred gists
  6. View a list of your own gists
  7. Look at details for a gist in a list (public, your own, or starred)
  8. Create a new gist
  9. Delete one of your gists
This project will be built using Swift 3