PSGist

1.4.1.2

A module to interface with Gist objects using the GitHub API.

Minimum PowerShell version

5.0

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name PSGist -RequiredVersion 1.4.1.2

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name PSGist -Version 1.4.1.2

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

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

Version History

Version Downloads Last updated
2.2.0 1,352 8/31/2016
2.1.1 28 8/23/2016
2.0.1 80 6/22/2016
1.4.6 21 6/21/2016
1.4.2.0 18 6/20/2016
1.4.1.2 (current version) 22 6/15/2016
1.4.0.3 37 5/2/2016
1.4 21 4/26/2016
1.3 18 4/25/2016
Show less