haraldfuchs

Results 3 issues of haraldfuchs

There's a serious bug in almost all files - here's an example: ``` res, err := c.DoRequest(r) if err != nil { return ServiceInstance{}, err } defer res.Body.Close() if res.StatusCode...

In our code, we're using the `ListServicesByQuery`, `ListServicePlansByQuery`, and `CreateServiceInstance` methods, which are implemented by calling CF API V2. Since we'll drop this API version soon, I'd like to know...

Now that we have CF API V3, is there a swagger description for it?