cat_2.9.3.0.1.1.source-code.scopes.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hubcat_2.9.3 Show documentation
Show all versions of hubcat_2.9.3 Show documentation
a vvip client of the github enterprises
The newest version!
package hubcat
// http://developer.github.com/v3/oauth/#scopes
object Scopes {
val User = "user"
val PublicRepo = "public_repo"
val Repo = "repo"
val RepoStatus = "repo:status"
val DeleteRepo = "delete_repo"
val Notificaitons = "notifications"
val Gist = "gists"
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy