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

`Request failed with status code: 400, BXNIM0106E: Validation of property 'response_type' with value '[uaa, cloud_iam]' failed. Valid values: 'cloud_iam'` https://github.com/IBM-Cloud/bluemix-go/blob/00b345fa91ae8faa596c29f827f762bd5721b1b7/authentication/iam.go#L107 Thoughts?

What is the right protocol to deal with the IAM token for CLI tools? The 1h TTL would indicate that you want to reuse the token, but there is no...

This appears to be orphaned code as after 2 years this is still at v0.1. Is this library going to be replaced with a production lib anytime soon?

When uploading or downloading large streams of data, the tracing facility imposes a large tax. Perhaps the default should allow it to be disabled. Work around is to define a...

I looked through the code but not sure if I'm just missing it somewhere. How can I manage DNS zones and entries with the library?

Based upon the bluemix container doc, container cluster does not belong to a particular space. The latest bluemix-go failed to download a container configuration file with empty space string.

New endpoint needed for terraform. For testing against the real endpoint see the terraform PR: https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5589 ``` % go test ./api/container/containerv2/ -ginkgo.focus "SetWorkerPoolOperatingSystem" ok github.com/IBM-Cloud/bluemix-go/api/container/containerv2 90.970s ```