/** * Generated by API Builder - https://www.apibuilder.io * Service version: 0.4.67 * User agent: apibuilder app.apibuilder.io/flow/github/0.4.67/play_2_6 */ package io.flow.github.v0.models package object bodyparsers { private def bodyParser[A](parser: _root_.play.api.mvc.BodyParser[_root_.play.api.libs.json.JsValue])( implicit ec: _root_.scala.concurrent.ExecutionContext, rds: _root_.play.api.libs.json.Reads[A] ): _root_.play.api.mvc.BodyParser[A] = parser.validate( _.validate[A].asEither.left.map(e => _root_.play.api.mvc.Results.BadRequest(_root_.play.api.libs.json.JsError.toJson(e)) ) ) def bodyParserContentsType(parser: _root_.play.api.mvc.BodyParser[_root_.play.api.libs.json.JsValue])( implicit ec: _root_.scala.concurrent.ExecutionContext, rds: _root_.play.api.libs.json.Reads[io.flow.github.v0.models.ContentsType] ): _root_.play.api.mvc.BodyParser[io.flow.github.v0.models.ContentsType] = bodyParser[io.flow.github.v0.models.ContentsType](parser) def bodyParserEncoding(parser: _root_.play.api.mvc.BodyParser[_root_.play.api.libs.json.JsValue])( implicit ec: _root_.scala.concurrent.ExecutionContext, rds: _root_.play.api.libs.json.Reads[io.flow.github.v0.models.Encoding] ): _root_.play.api.mvc.BodyParser[io.flow.github.v0.models.Encoding] = bodyParser[io.flow.github.v0.models.Encoding](parser) def bodyParserHookEvent(parser: _root_.play.api.mvc.BodyParser[_root_.play.api.libs.json.JsValue])( implicit ec: _root_.scala.concurrent.ExecutionContext, rds: _root_.play.api.libs.json.Reads[io.flow.github.v0.models.HookEvent] ): _root_.play.api.mvc.BodyParser[io.flow.github.v0.models.HookEvent] = bodyParser[io.flow.github.v0.models.HookEvent](parser) def bodyParserNodeType(parser: _root_.play.api.mvc.BodyParser[_root_.play.api.libs.json.JsValue])( implicit ec: _root_.scala.concurrent.ExecutionContext, rds: _root_.play.api.libs.json.Reads[io.flow.github.v0.models.NodeType] ): _root_.play.api.mvc.BodyParser[io.flow.github.v0.models.NodeType] = bodyParser[io.flow.github.v0.models.NodeType](parser) def bodyParserOwnerType(parser: _root_.play.api.mvc.BodyParser[_root_.play.api.libs.json.JsValue])( implicit ec: _root_.scala.concurrent.ExecutionContext, rds: _root_.play.api.libs.json.Reads[io.flow.github.v0.models.OwnerType] ): _root_.play.api.mvc.BodyParser[io.flow.github.v0.models.OwnerType] = bodyParser[io.flow.github.v0.models.OwnerType](parser) def bodyParserVisibility(parser: _root_.play.api.mvc.BodyParser[_root_.play.api.libs.json.JsValue])( implicit ec: _root_.scala.concurrent.ExecutionContext, rds: _root_.play.api.libs.json.Reads[io.flow.github.v0.models.Visibility] ): _root_.play.api.mvc.BodyParser[io.flow.github.v0.models.Visibility] = bodyParser[io.flow.github.v0.models.Visibility](parser) def bodyParserBlob(parser: _root_.play.api.mvc.BodyParser[_root_.play.api.libs.json.JsValue])( implicit ec: _root_.scala.concurrent.ExecutionContext, rds: _root_.play.api.libs.json.Reads[io.flow.github.v0.models.Blob] ): _root_.play.api.mvc.BodyParser[io.flow.github.v0.models.Blob] = bodyParser[io.flow.github.v0.models.Blob](parser) def bodyParserBlobCreated(parser: _root_.play.api.mvc.BodyParser[_root_.play.api.libs.json.JsValue])( implicit ec: _root_.scala.concurrent.ExecutionContext, rds: _root_.play.api.libs.json.Reads[io.flow.github.v0.models.BlobCreated] ): _root_.play.api.mvc.BodyParser[io.flow.github.v0.models.BlobCreated] = bodyParser[io.flow.github.v0.models.BlobCreated](parser) def bodyParserBlobForm(parser: _root_.play.api.mvc.BodyParser[_root_.play.api.libs.json.JsValue])( implicit ec: _root_.scala.concurrent.ExecutionContext, rds: _root_.play.api.libs.json.Reads[io.flow.github.v0.models.BlobForm] ): _root_.play.api.mvc.BodyParser[io.flow.github.v0.models.BlobForm] = bodyParser[io.flow.github.v0.models.BlobForm](parser) def bodyParserCommit(parser: _root_.play.api.mvc.BodyParser[_root_.play.api.libs.json.JsValue])( implicit ec: _root_.scala.concurrent.ExecutionContext, rds: _root_.play.api.libs.json.Reads[io.flow.github.v0.models.Commit] ): _root_.play.api.mvc.BodyParser[io.flow.github.v0.models.Commit] = bodyParser[io.flow.github.v0.models.Commit](parser) def bodyParserCommitForm(parser: _root_.play.api.mvc.BodyParser[_root_.play.api.libs.json.JsValue])( implicit ec: _root_.scala.concurrent.ExecutionContext, rds: _root_.play.api.libs.json.Reads[io.flow.github.v0.models.CommitForm] ): _root_.play.api.mvc.BodyParser[io.flow.github.v0.models.CommitForm] = bodyParser[io.flow.github.v0.models.CommitForm](parser) def bodyParserCommitResponse(parser: _root_.play.api.mvc.BodyParser[_root_.play.api.libs.json.JsValue])( implicit ec: _root_.scala.concurrent.ExecutionContext, rds: _root_.play.api.libs.json.Reads[io.flow.github.v0.models.CommitResponse] ): _root_.play.api.mvc.BodyParser[io.flow.github.v0.models.CommitResponse] = bodyParser[io.flow.github.v0.models.CommitResponse](parser) def bodyParserCommitSummary(parser: _root_.play.api.mvc.BodyParser[_root_.play.api.libs.json.JsValue])( implicit ec: _root_.scala.concurrent.ExecutionContext, rds: _root_.play.api.libs.json.Reads[io.flow.github.v0.models.CommitSummary] ): _root_.play.api.mvc.BodyParser[io.flow.github.v0.models.CommitSummary] = bodyParser[io.flow.github.v0.models.CommitSummary](parser) def bodyParserContents(parser: _root_.play.api.mvc.BodyParser[_root_.play.api.libs.json.JsValue])( implicit ec: _root_.scala.concurrent.ExecutionContext, rds: _root_.play.api.libs.json.Reads[io.flow.github.v0.models.Contents] ): _root_.play.api.mvc.BodyParser[io.flow.github.v0.models.Contents] = bodyParser[io.flow.github.v0.models.Contents](parser) def bodyParserCreateTreeForm(parser: _root_.play.api.mvc.BodyParser[_root_.play.api.libs.json.JsValue])( implicit ec: _root_.scala.concurrent.ExecutionContext, rds: _root_.play.api.libs.json.Reads[io.flow.github.v0.models.CreateTreeForm] ): _root_.play.api.mvc.BodyParser[io.flow.github.v0.models.CreateTreeForm] = bodyParser[io.flow.github.v0.models.CreateTreeForm](parser) def bodyParserCreateTreeResponse(parser: _root_.play.api.mvc.BodyParser[_root_.play.api.libs.json.JsValue])( implicit ec: _root_.scala.concurrent.ExecutionContext, rds: _root_.play.api.libs.json.Reads[io.flow.github.v0.models.CreateTreeResponse] ): _root_.play.api.mvc.BodyParser[io.flow.github.v0.models.CreateTreeResponse] = bodyParser[io.flow.github.v0.models.CreateTreeResponse](parser) def bodyParserError(parser: _root_.play.api.mvc.BodyParser[_root_.play.api.libs.json.JsValue])( implicit ec: _root_.scala.concurrent.ExecutionContext, rds: _root_.play.api.libs.json.Reads[io.flow.github.v0.models.Error] ): _root_.play.api.mvc.BodyParser[io.flow.github.v0.models.Error] = bodyParser[io.flow.github.v0.models.Error](parser) def bodyParserGithubObject(parser: _root_.play.api.mvc.BodyParser[_root_.play.api.libs.json.JsValue])( implicit ec: _root_.scala.concurrent.ExecutionContext, rds: _root_.play.api.libs.json.Reads[io.flow.github.v0.models.GithubObject] ): _root_.play.api.mvc.BodyParser[io.flow.github.v0.models.GithubObject] = bodyParser[io.flow.github.v0.models.GithubObject](parser) def bodyParserHook(parser: _root_.play.api.mvc.BodyParser[_root_.play.api.libs.json.JsValue])( implicit ec: _root_.scala.concurrent.ExecutionContext, rds: _root_.play.api.libs.json.Reads[io.flow.github.v0.models.Hook] ): _root_.play.api.mvc.BodyParser[io.flow.github.v0.models.Hook] = bodyParser[io.flow.github.v0.models.Hook](parser) def bodyParserHookConfig(parser: _root_.play.api.mvc.BodyParser[_root_.play.api.libs.json.JsValue])( implicit ec: _root_.scala.concurrent.ExecutionContext, rds: _root_.play.api.libs.json.Reads[io.flow.github.v0.models.HookConfig] ): _root_.play.api.mvc.BodyParser[io.flow.github.v0.models.HookConfig] = bodyParser[io.flow.github.v0.models.HookConfig](parser) def bodyParserHookForm(parser: _root_.play.api.mvc.BodyParser[_root_.play.api.libs.json.JsValue])( implicit ec: _root_.scala.concurrent.ExecutionContext, rds: _root_.play.api.libs.json.Reads[io.flow.github.v0.models.HookForm] ): _root_.play.api.mvc.BodyParser[io.flow.github.v0.models.HookForm] = bodyParser[io.flow.github.v0.models.HookForm](parser) def bodyParserNode(parser: _root_.play.api.mvc.BodyParser[_root_.play.api.libs.json.JsValue])( implicit ec: _root_.scala.concurrent.ExecutionContext, rds: _root_.play.api.libs.json.Reads[io.flow.github.v0.models.Node] ): _root_.play.api.mvc.BodyParser[io.flow.github.v0.models.Node] = bodyParser[io.flow.github.v0.models.Node](parser) def bodyParserNodeForm(parser: _root_.play.api.mvc.BodyParser[_root_.play.api.libs.json.JsValue])( implicit ec: _root_.scala.concurrent.ExecutionContext, rds: _root_.play.api.libs.json.Reads[io.flow.github.v0.models.NodeForm] ): _root_.play.api.mvc.BodyParser[io.flow.github.v0.models.NodeForm] = bodyParser[io.flow.github.v0.models.NodeForm](parser) def bodyParserPerson(parser: _root_.play.api.mvc.BodyParser[_root_.play.api.libs.json.JsValue])( implicit ec: _root_.scala.concurrent.ExecutionContext, rds: _root_.play.api.libs.json.Reads[io.flow.github.v0.models.Person] ): _root_.play.api.mvc.BodyParser[io.flow.github.v0.models.Person] = bodyParser[io.flow.github.v0.models.Person](parser) def bodyParserPullRequest(parser: _root_.play.api.mvc.BodyParser[_root_.play.api.libs.json.JsValue])( implicit ec: _root_.scala.concurrent.ExecutionContext, rds: _root_.play.api.libs.json.Reads[io.flow.github.v0.models.PullRequest] ): _root_.play.api.mvc.BodyParser[io.flow.github.v0.models.PullRequest] = bodyParser[io.flow.github.v0.models.PullRequest](parser) def bodyParserPullRequestForm(parser: _root_.play.api.mvc.BodyParser[_root_.play.api.libs.json.JsValue])( implicit ec: _root_.scala.concurrent.ExecutionContext, rds: _root_.play.api.libs.json.Reads[io.flow.github.v0.models.PullRequestForm] ): _root_.play.api.mvc.BodyParser[io.flow.github.v0.models.PullRequestForm] = bodyParser[io.flow.github.v0.models.PullRequestForm](parser) def bodyParserPullRequestHead(parser: _root_.play.api.mvc.BodyParser[_root_.play.api.libs.json.JsValue])( implicit ec: _root_.scala.concurrent.ExecutionContext, rds: _root_.play.api.libs.json.Reads[io.flow.github.v0.models.PullRequestHead] ): _root_.play.api.mvc.BodyParser[io.flow.github.v0.models.PullRequestHead] = bodyParser[io.flow.github.v0.models.PullRequestHead](parser) def bodyParserRef(parser: _root_.play.api.mvc.BodyParser[_root_.play.api.libs.json.JsValue])( implicit ec: _root_.scala.concurrent.ExecutionContext, rds: _root_.play.api.libs.json.Reads[io.flow.github.v0.models.Ref] ): _root_.play.api.mvc.BodyParser[io.flow.github.v0.models.Ref] = bodyParser[io.flow.github.v0.models.Ref](parser) def bodyParserRefForm(parser: _root_.play.api.mvc.BodyParser[_root_.play.api.libs.json.JsValue])( implicit ec: _root_.scala.concurrent.ExecutionContext, rds: _root_.play.api.libs.json.Reads[io.flow.github.v0.models.RefForm] ): _root_.play.api.mvc.BodyParser[io.flow.github.v0.models.RefForm] = bodyParser[io.flow.github.v0.models.RefForm](parser) def bodyParserRefUpdateForm(parser: _root_.play.api.mvc.BodyParser[_root_.play.api.libs.json.JsValue])( implicit ec: _root_.scala.concurrent.ExecutionContext, rds: _root_.play.api.libs.json.Reads[io.flow.github.v0.models.RefUpdateForm] ): _root_.play.api.mvc.BodyParser[io.flow.github.v0.models.RefUpdateForm] = bodyParser[io.flow.github.v0.models.RefUpdateForm](parser) def bodyParserRepository(parser: _root_.play.api.mvc.BodyParser[_root_.play.api.libs.json.JsValue])( implicit ec: _root_.scala.concurrent.ExecutionContext, rds: _root_.play.api.libs.json.Reads[io.flow.github.v0.models.Repository] ): _root_.play.api.mvc.BodyParser[io.flow.github.v0.models.Repository] = bodyParser[io.flow.github.v0.models.Repository](parser) def bodyParserTag(parser: _root_.play.api.mvc.BodyParser[_root_.play.api.libs.json.JsValue])( implicit ec: _root_.scala.concurrent.ExecutionContext, rds: _root_.play.api.libs.json.Reads[io.flow.github.v0.models.Tag] ): _root_.play.api.mvc.BodyParser[io.flow.github.v0.models.Tag] = bodyParser[io.flow.github.v0.models.Tag](parser) def bodyParserTagForm(parser: _root_.play.api.mvc.BodyParser[_root_.play.api.libs.json.JsValue])( implicit ec: _root_.scala.concurrent.ExecutionContext, rds: _root_.play.api.libs.json.Reads[io.flow.github.v0.models.TagForm] ): _root_.play.api.mvc.BodyParser[io.flow.github.v0.models.TagForm] = bodyParser[io.flow.github.v0.models.TagForm](parser) def bodyParserTagSummary(parser: _root_.play.api.mvc.BodyParser[_root_.play.api.libs.json.JsValue])( implicit ec: _root_.scala.concurrent.ExecutionContext, rds: _root_.play.api.libs.json.Reads[io.flow.github.v0.models.TagSummary] ): _root_.play.api.mvc.BodyParser[io.flow.github.v0.models.TagSummary] = bodyParser[io.flow.github.v0.models.TagSummary](parser) def bodyParserTagger(parser: _root_.play.api.mvc.BodyParser[_root_.play.api.libs.json.JsValue])( implicit ec: _root_.scala.concurrent.ExecutionContext, rds: _root_.play.api.libs.json.Reads[io.flow.github.v0.models.Tagger] ): _root_.play.api.mvc.BodyParser[io.flow.github.v0.models.Tagger] = bodyParser[io.flow.github.v0.models.Tagger](parser) def bodyParserTree(parser: _root_.play.api.mvc.BodyParser[_root_.play.api.libs.json.JsValue])( implicit ec: _root_.scala.concurrent.ExecutionContext, rds: _root_.play.api.libs.json.Reads[io.flow.github.v0.models.Tree] ): _root_.play.api.mvc.BodyParser[io.flow.github.v0.models.Tree] = bodyParser[io.flow.github.v0.models.Tree](parser) def bodyParserTreeForm(parser: _root_.play.api.mvc.BodyParser[_root_.play.api.libs.json.JsValue])( implicit ec: _root_.scala.concurrent.ExecutionContext, rds: _root_.play.api.libs.json.Reads[io.flow.github.v0.models.TreeForm] ): _root_.play.api.mvc.BodyParser[io.flow.github.v0.models.TreeForm] = bodyParser[io.flow.github.v0.models.TreeForm](parser) def bodyParserTreeResult(parser: _root_.play.api.mvc.BodyParser[_root_.play.api.libs.json.JsValue])( implicit ec: _root_.scala.concurrent.ExecutionContext, rds: _root_.play.api.libs.json.Reads[io.flow.github.v0.models.TreeResult] ): _root_.play.api.mvc.BodyParser[io.flow.github.v0.models.TreeResult] = bodyParser[io.flow.github.v0.models.TreeResult](parser) def bodyParserTreeSummary(parser: _root_.play.api.mvc.BodyParser[_root_.play.api.libs.json.JsValue])( implicit ec: _root_.scala.concurrent.ExecutionContext, rds: _root_.play.api.libs.json.Reads[io.flow.github.v0.models.TreeSummary] ): _root_.play.api.mvc.BodyParser[io.flow.github.v0.models.TreeSummary] = bodyParser[io.flow.github.v0.models.TreeSummary](parser) def bodyParserUnprocessableEntity(parser: _root_.play.api.mvc.BodyParser[_root_.play.api.libs.json.JsValue])( implicit ec: _root_.scala.concurrent.ExecutionContext, rds: _root_.play.api.libs.json.Reads[io.flow.github.v0.models.UnprocessableEntity] ): _root_.play.api.mvc.BodyParser[io.flow.github.v0.models.UnprocessableEntity] = bodyParser[io.flow.github.v0.models.UnprocessableEntity](parser) def bodyParserUser(parser: _root_.play.api.mvc.BodyParser[_root_.play.api.libs.json.JsValue])( implicit ec: _root_.scala.concurrent.ExecutionContext, rds: _root_.play.api.libs.json.Reads[io.flow.github.v0.models.User] ): _root_.play.api.mvc.BodyParser[io.flow.github.v0.models.User] = bodyParser[io.flow.github.v0.models.User](parser) def bodyParserUserEmail(parser: _root_.play.api.mvc.BodyParser[_root_.play.api.libs.json.JsValue])( implicit ec: _root_.scala.concurrent.ExecutionContext, rds: _root_.play.api.libs.json.Reads[io.flow.github.v0.models.UserEmail] ): _root_.play.api.mvc.BodyParser[io.flow.github.v0.models.UserEmail] = bodyParser[io.flow.github.v0.models.UserEmail](parser) def bodyParserUserOrg(parser: _root_.play.api.mvc.BodyParser[_root_.play.api.libs.json.JsValue])( implicit ec: _root_.scala.concurrent.ExecutionContext, rds: _root_.play.api.libs.json.Reads[io.flow.github.v0.models.UserOrg] ): _root_.play.api.mvc.BodyParser[io.flow.github.v0.models.UserOrg] = bodyParser[io.flow.github.v0.models.UserOrg](parser) }