Skip to content

Instantly share code, notes, and snippets.

@jonathanmedd
Created January 15, 2021 17:43
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 jonathanmedd/780eb4d3366a9813142caaa64857968d to your computer and use it in GitHub Desktop.
Save jonathanmedd/780eb4d3366a9813142caaa64857968d to your computer and use it in GitHub Desktop.
Brickset getThemes
$body = @{
apiKey = $Script:BricksetConnection.apiKey
}
$response = Invoke-BricksetRestMethod -Method POST -URI '/getThemes' -Body $body
$response.themes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment