Go to file
2016-01-30 21:42:21 +01:00
.gitignore init 2016-01-30 21:21:40 +01:00
accounts.php-dist init 2016-01-30 21:21:40 +01:00
event.php HTTP Code issue, response message 2016-01-30 21:42:21 +01:00
README.md readme 2016-01-30 21:25:08 +01:00

Webhook API

Gogs webhook api system writed for gitnet project.

Installation

Requirements

  • PHP >= 5.4

With GIT

$ git clone https://gitnet.fr/deblan/webhook-api.git

Without GIT

$ wget https://gitnet.fr/deblan/webhook-api/archive/master.tar.gz $ tar xvf master.tar.gz

Access keys

$ cp accounts.php-dist accounts.php $ ... Add API keys in accounts.php ...