I try to commit using API with GitBucket. In the case of GitHub, we can commit using this API "POST /repos/:owner/:repo/git/commits".
But there are not any API about commit on GitBucket. Accoding to this page... https://github.com/gitbucket/gitbucket/wiki/API-WebHook
Does anyone know how to commit using API with GitBucket?