Skip to content

Instantly share code, notes, and snippets.

@psycalc
Created July 1, 2016 17:16
Show Gist options
  • Save psycalc/b5f8049f4437855ac7d4b6edb82a8d24 to your computer and use it in GitHub Desktop.
Save psycalc/b5f8049f4437855ac7d4b6edb82a8d24 to your computer and use it in GitHub Desktop.
PowerShell Console Browser
NAME
Invoke-RestMethod
SYNTAX
Invoke-RestMethod [-Uri] <uri> [-Method <WebRequestMethod> {Default | Get | Head | Post | Put | Delete | Trace | Options | Merge | Patch}] [-UseBasicParsing] [-WebSession <WebRequestSession>]
[-SessionVariable <string>] [-Credential <pscredential>] [-UseDefaultCredentials] [-CertificateThumbprint <string>] [-Certificate <X509Certificate>] [-UserAgent <string>] [-DisableKeepAlive]
[-TimeoutSec <int>] [-Headers <IDictionary>] [-MaximumRedirection <int>] [-Proxy <uri>] [-ProxyCredential <pscredential>] [-ProxyUseDefaultCredentials] [-Body <Object>] [-ContentType <string>]
[-TransferEncoding <string> {chunked | compress | deflate | gzip | identity}] [-InFile <string>] [-OutFile <string>] [-PassThru] [<CommonParameters>]
ALIASES
irm
REMARKS
Get-Help cannot find the Help files for this cmdlet on this computer. It is displaying only partial help.
-- To download and install Help files for the module that includes this cmdlet, use Update-Help.
-- To view the Help topic for this cmdlet online, type: "Get-Help Invoke-RestMethod -Online" or
go to http://go.microsoft.com/fwlink/?LinkID=217034.
_______________________________________________________________________________________________________________________________________
irm "instagram.com"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment