GW2.psd1
|
## GW2 PowerShell Module Manifest @{ RootModule = 'GW2.psm1' ModuleVersion = '1.0.0' GUID = 'd9f1c2e3-4b5a-6c7d-8e9f-0a1b2c3d4e5f' Author = 'Alex Heimbuch' CompanyName = '' Description = 'PowerShell module for Guild Wars 2 API.' FunctionsToExport = @( 'Get-GW2Account', 'Get-GW2AccountAchievements', 'Get-GW2AccountBank', 'Get-GW2AccountBuildStorage', 'Get-GW2AccountDailyCrafting', 'Get-GW2AccountDungeons', 'Get-GW2AccountDyes', 'Get-GW2AccountEmotes', 'Get-GW2AccountFinishers', 'Get-GW2AccountGliders', 'Get-GW2AccountHomeCats', 'Get-GW2AccountHomeNodes', 'Get-GW2AccountHomesteadDecorations', 'Get-GW2AccountHomesteadGlyphs', 'Get-GW2AccountInventory', 'Get-GW2AccountJadeBots', 'Get-GW2AccountLegendaryArmory', 'Get-GW2AccountLuck', 'Get-GW2AccountMailCarriers', 'Get-GW2AccountMapChests', 'Get-GW2AccountMasteries', 'Get-GW2AccountMasteryPoints', 'Get-GW2AccountMaterials', 'Get-GW2AccountMinis', 'Get-GW2AccountMountSkins', 'Get-GW2AccountMountTypes', 'Get-GW2AccountNovelties', 'Get-GW2AccountOutfits', 'Get-GW2AccountProgression', 'Get-GW2AccountPvPHeroes', 'Get-GW2AccountRaids', 'Get-GW2AccountRecipes', 'Get-GW2AccountSkiffs', 'Get-GW2AccountSkins', 'Get-GW2AccountTitles', 'Get-GW2AccountWallet', 'Get-GW2AccountWizardsVaultDaily', 'Get-GW2AccountWizardsVaultListings', 'Get-GW2AccountWizardsVaultSpecial', 'Get-GW2AccountWizardsVaultWeekly', 'Get-GW2AccountWorldBosses', 'Get-GW2AchievementCategories', 'Get-GW2AchievementGroups', 'Get-GW2Achievements', 'Get-GW2BackstoryAnswers', 'Get-GW2BackstoryQuestions', 'Get-GW2Build', 'Get-GW2Characters', 'Get-GW2Colors', 'Get-GW2CommerceDelivery', 'Get-GW2CommerceExchange', 'Get-GW2CommerceExchangeCoins', 'Get-GW2CommerceExchangeGems', 'Get-GW2CommerceListings', 'Get-GW2CommercePrices', 'Get-GW2CommerceTransactions', 'Get-GW2Continents', 'Get-GW2Currencies', 'Get-GW2DailyCrafting', 'Get-GW2Dungeons', 'Get-GW2Emblem', 'Get-GW2EmblemBackgrounds', 'Get-GW2EmblemForegrounds', 'Get-GW2Emotes', 'Get-GW2Files', 'Get-GW2Finishers', 'Get-GW2Gliders', 'Get-GW2Guild', 'Get-GW2GuildActiveUpgrades', 'Get-GW2GuildLog', 'Get-GW2GuildMembers', 'Get-GW2GuildPermissions', 'Get-GW2GuildRanks', 'Get-GW2GuildSearch', 'Get-GW2GuildStash', 'Get-GW2GuildStorage', 'Get-GW2GuildTeams', 'Get-GW2GuildTreasury', 'Get-GW2GuildUpgrades', 'Get-GW2HomeCats', 'Get-GW2HomeNodes', 'Get-GW2HomesteadDecorationCategories', 'Get-GW2HomesteadDecorations', 'Get-GW2HomesteadGlyphs', 'Get-GW2ItemStats', 'Get-GW2Items', 'Get-GW2JadeBots', 'Get-GW2LegendaryArmory', 'Get-GW2Legends', 'Get-GW2Logos', 'Get-GW2MailCarriers', 'Get-GW2MapChests', 'Get-GW2Maps', 'Get-GW2Masteries', 'Get-GW2Materials', 'Get-GW2Minis', 'Get-GW2MountSkins', 'Get-GW2MountTypes', 'Get-GW2Mounts', 'Get-GW2Novelties', 'Get-GW2Outfits', 'Get-GW2Pets', 'Get-GW2Professions', 'Get-GW2PvP', 'Get-GW2PvPAmulets', 'Get-GW2PvPGames', 'Get-GW2PvPHeroes', 'Get-GW2PvPRanks', 'Get-GW2PvPSeasonLeaderboards', 'Get-GW2PvPSeasons', 'Get-GW2PvPStandings', 'Get-GW2PvPStats', 'Get-GW2Quaggans', 'Get-GW2Quests', 'Get-GW2Races', 'Get-GW2Raids', 'Get-GW2RecipeSearch', 'Get-GW2Recipes', 'Get-GW2Skiffs', 'Get-GW2Skills', 'Get-GW2Skins', 'Get-GW2Specializations', 'Get-GW2Stories', 'Get-GW2StorySeasons', 'Get-GW2Titles', 'Get-GW2TokenInfo', 'Get-GW2Traits', 'Get-GW2WizardsVault', 'Get-GW2WizardsVaultListings', 'Get-GW2WizardsVaultObjectives', 'Get-GW2WorldBosses', 'Get-GW2Worlds', 'Get-GW2WvW', 'Get-GW2WvWAbilities', 'Get-GW2WvWGuilds', 'Get-GW2WvWMatches', 'Get-GW2WvWObjectives', 'Get-GW2WvWRanks', 'Get-GW2WvWTimers', 'Get-GW2WvWUpgrades', 'New-GW2SubToken' ) CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('GW2', 'GuildWars2', 'API') LicenseUri = 'https://github.com/DocNougat/GuildWars2-PowerShell-Module/LICENSE' ProjectUri = 'https://github.com/DocNougat/GuildWars2-PowerShell-Module' ReleaseNotes = 'Initial release version 1.0.0.' } } } |