hooks library
This entrypoint is here so that dartdoc will generate documentation for files under lib/src/server. This is only necessary because conditional import/export isn't well supported in the Dart ecosystem.
import 'package:github/hooks.dart';
Add this import if you are in a non-web environment and writing something that uses github hooks. For more information, see github hooks documentation https://developer.github.com/v3/repos/hooks/
Classes
Functions
-
findAuthenticationFromEnvironment(
) → Authentication - Looks for GitHub Authentication Information in the current process environment.