
gitbucket.core.api.CreateAComment.scala Maven / Gradle / Ivy
package gitbucket.core.api
/**
* https://developer.github.com/v3/issues/comments/#create-a-comment
* api form
*/
case class CreateAComment(body: String)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy