-
Notifications
You must be signed in to change notification settings - Fork 0
RestAPI
neztach edited this page Aug 31, 2023
·
1 revision
| Code | Explanation |
$Params = @{
Uri = 'https://api.github.com/events'
Method = 'Get'
}
Invoke-RestMethod @Params |
Call a REST API, using the HTTP GET method |
neztach - PowerShell Public repo