Skip to content

Instantly share code, notes, and snippets.

@jonathanmedd
Last active December 16, 2016 16:47
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/6afc0bb04c2d3b0c1d706bcef6e82bb5 to your computer and use it in GitHub Desktop.
Save jonathanmedd/6afc0bb04c2d3b0c1d706bcef6e82bb5 to your computer and use it in GitHub Desktop.
Connect-Brickset
$cred = Get-Credential
Connect-Brickset -APIKey xxxx-xxxx-xxxx -Credential $cred
APIKey UserHash WebService
------ -------- ----------
xxxx-xxxx-xxxx xxxxxxxx Brickset.BricksetAPIv2
$BricksetConnection
APIKey UserHash WebService
------ -------- ----------
xxxx-xxxx-xxxx xxxxxxxx Brickset.BricksetAPIv2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment