A PowerShell module for working with the Cisco Spark REST API.
Modeled after PSSlack
Install the module from the PowerShell Gallery using:
PS> Install-Module -Name PSSparkOnce installed from the PowerShell Gallery, you can update it using:
PS> Update-Module -Name PSSparkTo remove PSSpark:
PS> Uninstall-Module -Name PSSpark