bluemix-go icon indicating copy to clipboard operation
bluemix-go copied to clipboard

Go library for accessing the Bluemix API

Results 37 bluemix-go issues
Sort by recently updated
recently updated
newest added

I'm not finding much in the way of whether or not there's a mechanism to override endpoints. I did find this: https://github.com/IBM-Cloud/bluemix-go/blob/master/session/session.go#L83 -- but it's not clear what that's for...

I am trying to deploy openshift cluster in jp-osa region , as part of the cluster deployment we have a pre-check to verify the account type of the user.. while...

Hello Bluemix go team, We are using the RegistryServiceAPI to inspect some images. The **RegistryServiceAPI** works just fine for any image (at any region) expect for images in the global...

Need to fetch the user type - Self, Owner ![image](https://user-images.githubusercontent.com/26873346/137704795-5301653b-b406-41bf-b10a-611ea1e6d711.png)

When a resource instance for hpvs is required to be created via terraform it need a sshkey to be passed in . The current client structure does not permit that...

It seems that the v2container all resolves to `/v2/vpc` path for get, list, create, delete clusters. Is there any plan to support the `classic` type? Or people should just use...

**Problem** Cloud Internet Services has the concept of a Monitor. This model represents a health check. Along with things like `URL` and `method`, their REST API allows for users to...