Class JGithubPackageRepositoriesStatistics
GitHub API class for the Joomla Platform.
The Repository Statistics API allows you to fetch the data that GitHub uses for visualizing different types of repository activity.
- JGithubObject
- JGithubPackage
- JGithubPackageRepositoriesStatistics
Package: Joomla\Platform\GitHub
Deprecated: 4.0 Use the
Copyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE
Since: 3.3 (CMS)
Documentation: https://developer.github.com/v3/repos/statistics
Located at joomla/github/package/repositories/statistics.php
Deprecated: 4.0 Use the
joomla/github
package via Composer insteadCopyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE
Since: 3.3 (CMS)
Documentation: https://developer.github.com/v3/repos/statistics
Located at joomla/github/package/repositories/statistics.php
Methods summary
public
object
|
#
getListContributors( string $owner, string $repo )
Get contributors list with additions, deletions, and commit counts. |
public
object
|
|
public
object
|
#
getCodeFrequency( string $owner, string $repo )
Get the number of additions and deletions per week. |
public
object
|
#
getParticipation( string $owner, string $repo )
Get the weekly commit count for the repo owner and everyone else. |
public
object
|
|
protected
mixed
|
#
processResponse(
Process the response and decode it. |