Learning to access data from APIs (Invoke-WebRequest)

PowerShell is known for its wide capabilities to “shell” out changes and reporting data. Websites are embracing the movement with data standards native to PowerShell and it’s cyphering functionality. Formats like JSON, and XML that are leveraged as responses for sites that load data. So using invoke-webrequest and piping the results to convertfrom-json can turnContinue reading “Learning to access data from APIs (Invoke-WebRequest)”