Created
July 1, 2016 17:16
-
-
Save psycalc/b5f8049f4437855ac7d4b6edb82a8d24 to your computer and use it in GitHub Desktop.
PowerShell Console Browser
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
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