Skip to content

djust270/Sherweb-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sherweb-API

PowerShell Module for interacting with the Sherweb API

Get Started

Install from the PowerShell Gallery

Install-Module -Name Sherweb-API

Run Connect-Sherweb to get connected. Provide your API credentials.

Example:

$SecureGatewaySubscriptionKey = ConvertTo-SecureString "your-gateway-subscription-key" -AsPlainText -Force
$SecureClientSecret = ConvertTo-SecureString "your-client-secret" -AsPlainText -Force
Connect-Sherweb -ClientId "your-client-id" -ClientSecret $SecureClientSecret -GatewaySubscriptionKey $SecureGatewaySubscriptionKey

Available Commands

About

PowerShell Module for interacting with the Sherweb API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •