Skip to content

Use GithubRepo case class #65

Open
@ashawley

Description

@ashawley

Was reading the source code for Scaladex, and noticed this class type:

case class GithubRepo(organization: String, repository: String)

https://github.com/scalacenter/scaladex/blob/master/model/src/main/scala/ch.epfl.scala.index.model/misc/GithubRepo.scala

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions