GEW is a small web application that periodically requests the events related to a given GitHub organization, via the GitHub API.
- Organization: the ID of the GitHub organization (default:
nuxeo
) - Request Interval: interval of time between two requests, in seconds (default:
30
) - GitHub API Endpoint:
- Public Organization Events (default)
- Private Organization Events (requires authentication)
Authentication is not required but it is recommended, as it significantly increases the number of allowed requests to the GitHub API (read more about GitHub API Rate Limiting) and allows fetching private organization events (if the authenticated user is an organization member).
Basic and token authentication are available.