GitHub-Gists was created to learn how to implement RESTful APIs within iOS apps.
GitHub-Gists uses the github API to do the following:
- View a list of public gists ✅
- Search for gists within the public gists
- Login to GitHub
- Star a gist so it can found it later
- View a list of your starred gists
- View a list of your own gists
- Look at details for a gist in a list (public, your own, or starred)
- Create a new gist
- Delete one of your gists