All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gitbucket.core.api.CreateARef.scala Maven / Gradle / Ivy

The newest version!
package gitbucket.core.api

/**
 * https://docs.github.com/en/free-pro-team@latest/rest/reference/git#create-a-reference
 * api form
 */
case class CreateARef(ref: String, sha: String)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy