Gab.psd1
|
@{ Description = 'Experimental HTTP calls to Gab.ai.' ModuleVersion = '1.0' Author = 'Josh Einstein' CompanyName = 'Einstein Technologies' Copyright = '(c) 2016 Einstein Technologies. All rights reserved.' GUID = '1CC3318F-D138-4AE2-AAA6-F16B65226754' RootModule = 'Gab.psm1' PowerShellVersion = '4.0' RequiredModules = @() RequiredAssemblies = @() ScriptsToProcess = @() TypesToProcess = @() FormatsToProcess = @() NestedModules = @() FunctionsToExport = @( 'Connect-Gab' 'Get-GabAccount' 'Get-GabUser' 'Get-GabFeed' 'Get-GabNotification' 'Add-GabFollow' 'Get-GabFollowers' 'Get-GabFollowing' 'Remove-GabFollow' 'Publish-Gab' 'Unpublish-Gab' ) CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() } |