Created
November 29, 2016 23:36
-
-
Save matt40k/79b2a3f1e46fe4551efbc0ba4e7f7e79 to your computer and use it in GitHub Desktop.
Hits API that returns the download url for csv data dump the DfE provide
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
$url = 'https://getedubaseurl.apphb.com/api/Product/' | |
$r = Invoke-WebRequest $url | |
Write-Host $r.Content |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment