nicholasdille / PowerShell-HetznerCloud

Cmdlets for the Hetzner Cloud
Apache License 2.0
7 stars 2 forks source link

Remove dependency on WebRequest module #20

Closed nicholasdille closed 6 years ago

nicholasdille commented 6 years ago

WebRequest overrides Invoke-RestMethod and Invoke-WebRequest which causes issues when expecting the original cmdlets

nicholasdille commented 6 years ago

Invalid because the Hetzner Cloud API is not using basic authentication but uses a bearer token.