cat_2.9.1-1.0.1.0.source-code.types.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.1-1 Show documentation
Show all versions of hubcat_2.9.1-1 Show documentation
a vvip client of the github enterprises
The newest version!
package hubcat
object Types {
val GithubJson = "application/vnd.github+json"
val Raw = "application/vnd.github.beta.raw"
val RawJson = "application/vnd.github.beta.raw+json"
val TextJson = "application/vnd.github.beta.text+json"
val HtmlJson = "application/vnd.github.beta.html+json"
val FullJson = "application/vnd.github.beta.full+json"
}