Main API server including handler logic.
#Supported Actions
Keywords, (Variables)
- Github
- Commits (GET /repos/:owner/:repo/git/commits/:branch)
- Show my commits in (repo) on Github -> Get commit history on specific repo
- Show my commits in (repo) on (branch) branch -> Get commit history on specific repo in specific branch
- Users (GET /users/:username)
- Search (username) on Github -> Return JSON w/user information (name, location, URL, bio, email, followers, following)
- Show my account URL on Github -> Return user URL
- Show my account information on Github -> Return JSON w/user information (name, location, URL, bio, email, followers, following)
- Repositories (GET /search/repositories)
- Search (repository) on Github -> return links to top 3 repositories w/that search
- Commits (GET /repos/:owner/:repo/git/commits/:branch)
- Spotify WIP