luizrogeriocn / teamtracker-webservice

0 stars 0 forks source link

An API that allows you to track all of your team events!

This application will receive and store incoming messages from external services. It tries to centralize events from several tools in one place, aiming to simplify the team management and awareness.

Routes

GET /api/repos/:user/:repo

GET /api/repos/:user/:repo/:event_name

GET /api/gitnotifications

POST /api/git-hook

Parameters
Name Type Description
path string Repository's path on github, e.g., ':user/:repo'.
token string Oauth token with webhook read rights to repos and orgs.