Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 701 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 701 Bytes

#MyGithub A Github App for iPad I built in Swift as a personal side project.

#Capabilities

  • Users can view their own GitHub profile information
  • Users can view a list of their Github repositories
  • Users can view a list of GitHub issues for each repository
  • Users can create a new GitHub issue
  • Users can edit the title, body, and/or state of an existing GitHub issue
  • Users can open or close an existing GitHub issue

Note: GitHub API credentials are currently hard-coded into the source code. OAuth2 authentication with GitHub is currently not supported. Replace Constants.token with a new Github access token for API calls to work.

Github API reference: https://developer.github.com/v3/