IBM-Cloud / bluemix-go

Go library for accessing the Bluemix API
Apache License 2.0
37 stars 89 forks source link

Add support for list and patch operations #226

Closed mihivagyok closed 4 years ago

mihivagyok commented 4 years ago

Support the following API calls for CSE APIv2 Service Endpoints:

Functional tests are done and passed for these calls.

Background: In IBM Cloud Kubernetes service, we would like to manage service endpoints from go code, and this module would be useful. That's why we would like to follow the API description as is.