aboutsummaryrefslogtreecommitdiffstats
path: root/src/repo.rs
AgeCommit message (Collapse)Author
2021-06-07Delete src/repo.rsTeddy Wing
Looks like I didn't delete the file in 67d7632b900f7221c1a3fb1927cd97b7cb60c71e.
2021-05-29Move `Repo` to `github` moduleTeddy Wing
Makes more sense here rather than in its own module since it models GitHub's repository structure.
2021-05-29Split GitHub API request into separate filesTeddy Wing