Lines:
1 to 14 of 14
<?php // (C) Copyright Bobbing Wide 2015 /* class GitHub */ /* function GitHub::__construct() – The repository is expected to match the slug of the WordPress plugin or theme */ /* function GitHub::owner() – */ /* function GitHub::repository() – */ /* function GitHub::response() – */ /* function GitHub::get_download() – Get information for a specific repository */ /* function GitHub::get_download_info() – Get information about a particular repository */ /* function GitHub::list_repos() – GET /users/:username/repos */ /* function GitHub::get_owner() – Get information for a specific owner */ /* function GitHub::api() – Get the API root for a repository ( repos ) */ /* function GitHub::get_download_count() – */View on GitHub