Open
Description
Was reading the source code for Scaladex, and noticed this class type:
case class GithubRepo(organization: String, repository: String)
A similar implementation exists already in the app of github-api-scala, at
src/main/scala/codecheck/github/app/CommandSetting.scala
Perhaps, use it at other layers of the code.
Metadata
Metadata
Assignees
Labels
No labels