PSGist
1.4.1.2
A module to interface with Gist objects using the GitHub API.
Minimum PowerShell version
5.0
Installation Options
Owners
Copyright
(c) 2016 Thomas J. Malkewitz @dotps1. All rights reserved.
Package Details
Author(s)
- Thomas J. Malkewitz @dotps1
Tags
GitHub Gist REST OAuth Snippit
Functions
Add-GistComment Add-GistFile Copy-Gist Get-Gist Get-GistCommit Get-GistComment Get-GistFork Get-GistVersion New-Gist New-GistOAuthToken Remove-Gist Remove-GistComment Remove-GistFile Rename-GistFile Save-Gist Set-Gist Set-GistOAuthToken Update-GistComment Update-GistFile
Dependencies
This module has no dependencies.
Release Notes
For some reason, using Invoke-RestMethod with "Post" no longer retrieves the Gist File Contents. This was needed when getting a Gist not by ID, the file content is truncated. Changing this to a "Get" fixed the issue.
FileList
- PSGist.nuspec
- PSGist.formats.ps1xml
- PSGist.psd1
- PSGist.psm1
- Private\Invoke-GistApi.ps1
- Private\PSGist.Classes.ps1
- Public\Add-GistComment.ps1
- Public\Add-GistFile.ps1
- Public\Copy-Gist.ps1
- Public\Get-Gist.ps1
- Public\Get-GistComment.ps1
- Public\Get-GistCommit.ps1
- Public\Get-GistFork.ps1
- Public\Get-GistVersion.ps1
- Public\New-Gist.ps1
- Public\New-GistOAuthToken.ps1
- Public\Remove-Gist.ps1
- Public\Remove-GistComment.ps1
- Public\Remove-GistFile.ps1
- Public\Rename-GistFile.ps1
- Public\Save-Gist.ps1
- Public\Set-Gist.ps1
- Public\Set-GistOAuthToken.ps1
- Public\Update-GistComment.ps1
- Public\Update-GistFile.ps1