lwhitelock / HuduAPI

A powershell API for Hudu Documentation
MIT License
53 stars 45 forks source link

Bug - Using Hudu API Module without protocol #36

Closed greenlighttec closed 1 year ago

greenlighttec commented 1 year ago

Connecting to HuduAPI with hostname only (not including the protocol https://) provides strange behavior where creating new objects will return ALL objects (without an error) but will not create anything.

All Get commands seem to work okay

If this is an API issue we should account for it.