Class JGithubPackageRepositories
GitHub API Activity class for the Joomla Platform.
- JGithubObject
- 
			 JGithubPackage JGithubPackage
- 
			 JGithubPackageRepositories JGithubPackageRepositories
		
		
		
		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
Located at joomla/github/package/repositories.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
Located at joomla/github/package/repositories.php
Methods summary
| 
				 public 
				object
				
				 | 
			#
			 getListOwn( string $type = 'all', string $sort = 'full_name', string $direction = '' )List your repositories. | 
| 
				 public 
				object
				
				 | 
			#
			 getListUser( string $user, string $type = 'all', string $sort = 'full_name', string $direction = '' )List user repositories. | 
| 
				 public 
				object
				
				 | |
| 
				 public 
				object
				
				 | |
| 
				 public 
				object
				
				 | 
			#
			 create( string $name, string $org = '', string $description = '', string $homepage = '', boolean $private = false, boolean $has_issues = false, boolean $has_wiki = false, boolean $has_downloads = false, integer $team_id = 0, boolean $auto_init = false, string $gitignore_template = '' )Create a new repository for the authenticated user or an organization. OAuth users must supply repo scope. | 
| 
				 public 
				object
				
				 | |
| 
				 public 
				object
				
				 | |
| 
				 public 
				object
				
				 | |
| 
				 public 
				object
				
				 | |
| 
				 public 
				object
				
				 | |
| 
				 public 
				object
				
				 | |
| 
				 public 
				object
				
				 | |
| 
				 public 
				object
				
				 | |
| 
				 public 
				object
				
				 | 
Methods inherited from JGithubPackage
Methods inherited from JGithubObject
			__construct(), 
			fetchUrl(), 
			processResponse()
		
Magic methods summary
Properties summary
| 
				protected  
				string
			 | $name | |
| 
				protected  
				array
			 | $packages | 
Properties inherited from JGithubObject
Magic properties
| 
				public  read-only
				 | $collaborators |  | 
				#
				 GitHub API object for collaborators. | 
| 
				public  read-only
				 | $comments |  | 
				#
				 GitHub API object for comments. | 
| 
				public  read-only
				 | $commits |  | 
				#
				 GitHub API object for commits. | 
| 
				public  read-only
				 | $contents |  | 
				#
				 GitHub API object for contents. | 
| 
				public  read-only
				 | $downloads |  | 
				#
				 GitHub API object for downloads. | 
| 
				public  read-only
				 | $forks |  | 
				#
				 GitHub API object for forks. | 
| 
				public  read-only
				 | $hooks |  | 
				#
				 GitHub API object for hooks. | 
| 
				public  read-only
				 | $keys |  | 
				#
				 GitHub API object for keys. | 
| 
				public  read-only
				 | $merging |  | 
				#
				 GitHub API object for merging. | 
| 
				public  read-only
				 | $statuses |  | 
				#
				 GitHub API object for statuses. | 
