Skip to content

Instantly share code, notes, and snippets.

@trnktms
Created November 23, 2022 16:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trnktms/f4c58a28c94c59106ae8b5afc9f0a985 to your computer and use it in GitHub Desktop.
Save trnktms/f4c58a28c94c59106ae8b5afc9f0a985 to your computer and use it in GitHub Desktop.
$config = Get-Content ../config.json | ConvertFrom-Json
$apiRoute = $config.SitecoreHost + '/api/<area>/<api1>'
$result = Invoke-WebRequest $apiRoute
Test-Json -Json $result -SchemaFile .\response-schema.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment