package gitbucket.core.api import gitbucket.core.model.WebHook case class ApiWebhook(url: String, content_type: String)