Skip to content

Instantly share code, notes, and snippets.

@matt40k
Created November 29, 2016 23:36
Show Gist options
  • Save matt40k/79b2a3f1e46fe4551efbc0ba4e7f7e79 to your computer and use it in GitHub Desktop.
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
$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