Skip to content

Instantly share code, notes, and snippets.

@jonathanmedd
Last active December 16, 2016 17:38
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/d81dbcf7dc52ecf1699ce1b626f0fb9e to your computer and use it in GitHub Desktop.
Save jonathanmedd/d81dbcf7dc52ecf1699ce1b626f0fb9e to your computer and use it in GitHub Desktop.
Get-Command Brickset
Import-Module Brickset
Get-Command -Module Brickset
CommandType Name Version Source
----------- ---- ------- ------
Function Connect-Brickset 1.3.2 Brickset
Function Disconnect-Brickset 1.3.2 Brickset
Function Get-BricksetCollectionTotals 1.3.2 Brickset
Function Get-BricksetCollectionUserNotes 1.3.2 Brickset
Function Get-BricksetMinifigCollectionOwned 1.3.2 Brickset
Function Get-BricksetMinifigCollectionWanted 1.3.2 Brickset
Function Get-BricksetRecentlyUpdatedSet 1.3.2 Brickset
Function Get-BricksetSet 1.3.2 Brickset
Function Get-BricksetSetAdditionalImage 1.3.2 Brickset
Function Get-BricksetSetDetailed 1.3.2 Brickset
Function Get-BricksetSetInstructions 1.3.2 Brickset
Function Get-BricksetSetOwned 1.3.2 Brickset
Function Get-BricksetSetReview 1.3.2 Brickset
Function Get-BricksetSetWanted 1.3.2 Brickset
Function Get-BricksetSubtheme 1.3.2 Brickset
Function Get-BricksetTheme 1.3.2 Brickset
Function Get-BricksetYear 1.3.2 Brickset
Function Set-BricksetMinifgCollectionOwned 1.3.2 Brickset
Function Set-BricksetMinifgCollectionWanted 1.3.2 Brickset
Function Set-BricksetSetOwned 1.3.2 Brickset
Function Set-BricksetSetUnwanted 1.3.2 Brickset
Function Set-BricksetSetUserNotes 1.3.2 Brickset
Function Set-BricksetSetWanted 1.3.2 Brickset
Function Test-BricksetAPIKey 1.3.2 Brickset
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment