github.com/vmware/go-vcloud-director/v2@v2.24.0/.changes/v2.17.0/501-features.md (about)

     1  * Added `Client.TestConnection` method to check remote VCD endpoints [GH-447], [GH-501]
     2  * Added `Client.TestConnectionWithDefaults` method that uses `Client.TestConnection` with some
     3    default values  [GH-447], [GH-501]
     4  * Changed behavior of `Client.OpenApiPostItem` and `Client.OpenApiPostItemSync` so they accept
     5    response code 200 OK as valid. The reason is `TestConnection` endpoint requires a POST request and
     6    returns a 200OK when successful  [GH-447], [GH-501]