You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This function retrieves the specified repository on GitHub to a local directory with authentication.
.DESCRIPTION
This function retrieves the specified repository on GitHub to a local directory with authentication, being a single file, a complete folder, or the entire repository.
.PARAMETERUser
Your GitHub username, for using the Authenticated Service. Providing 5000 requests per hour.
Without this you will be limited to 60 requests per hour.
See for more information: https://developer.github.com/v3/auth/
.PARAMETERToken
The parameter Token is the generated token for authenticated users.
Create one here (after logging in on your account): https://github.com/settings/tokens
.PARAMETEROwner
Owner of the repository you want to download from.
.PARAMETERRepository
The repository name you want to download from.
.PARAMETERPath
The path inside the repository you want to download from.
If empty, the function will iterate the whole repository.
Alternatively you can specify a single file.
.PARAMETERDestinationPath
The local folder you want to download the repository to.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters