< Back

Get-GithubPublicRepositories

Mon Jan 13, 2020 8:42 pm

NAME Get-GithubPublicRepositories



SYNTAX

Get-GithubPublicRepositories [[-githubusername] <string>] [<CommonParameters>]





PARAMETERS

-githubusername <string>



Required? false

Position? 0

Accept pipeline input? false

Parameter set name (All)

Aliases None

Dynamic? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).





INPUTS

None





OUTPUTS

System.Object



ALIASES

None





REMARKS

None





description : {@{Text=This function will list all Pull Requests for a given Repository. For now only the last 30

Pull Requests will be returned.

Parsing all PRs is quite time consuming via the API and is only possible via pagination. Not sure yet

whether this will be implemented.}}

syntax : @{syntaxItem=@{name=Get-GithubPullRequests; parameter=System.Management.Automation.PSObject[]}}

parameters : @{parameter=System.Management.Automation.PSObject[]}

examples : @{example=System.Management.Automation.PSObject[]}

details : @{name=Get-GithubPullRequests; description=System.Management.Automation.PSObject[]}

xmlns:maml : http://schemas.microsoft.com/maml/2004/10

xmlns:command : http://schemas.microsoft.com/maml/dev/command/2004/10

xmlns:dev : http://schemas.microsoft.com/maml/dev/2004/10

Name : Get-GithubPullRequests

Category : Function

Synopsis : Gets Pull Requests for a repository

Component :

Role :

Functionality :

ModuleName : GithubConnect