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

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

The newest version!
package gitbucket.core.api

/**
 * https://developer.github.com/v3/issues/labels/#add-labels-to-an-issue
 */
case class AddLabelsToAnIssue(labels: Seq[String])




© 2015 - 2024 Weber Informatics LLC | Privacy Policy