Class JGithubCommits
GitHub API Commits class for the Joomla Platform.
- JGithubObject
- 
			 JGithubCommits JGithubCommits
		
		
		
		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: 12.1
Located at joomla/github/commits.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: 12.1
Located at joomla/github/commits.php
Methods summary
| 
				 public 
				object
				
				 | |
| 
				 public 
				object
				
				 | 
			#
			 createCommitComment( string $user, string $repo, string $sha, string $comment, integer $line, string $filepath, integer $position )Method to create a comment on a commit. | 
| 
				 public 
				object
				
				 | 
			#
			 deleteCommitComment( string $user, string $repo, string $id )Method to delete a comment on a commit. | 
| 
				 public 
				object
				
				 | 
			#
			 editCommitComment( string $user, string $repo, string $id, string $comment )Method to edit a comment on a commit. | 
| 
				 public 
				array
				
				 | |
| 
				 public 
				array
				
				 | 
			#
			 getCommitComment( string $user, string $repo, integer $id )Method to get a single comment on a commit. | 
| 
				 public 
				array
				
				 | 
			#
			 getCommitComments( string $user, string $repo, string $sha, integer $page = 0, integer $limit = 0 )Method to get a list of comments for a single commit for a repository. | 
| 
				 public 
				array
				
				 | |
| 
				 public 
				array
				
				 | |
| 
				 public 
				array
				
				 | 
			#
			 getListComments( string $user, string $repo, integer $page = 0, integer $limit = 0 )Method to get a list of commit comments for a repository. | 
Methods inherited from JGithubObject
			__construct(), 
			fetchUrl(), 
			processResponse()
		
