maximilien / softlayer-go

A SoftLayer client API written in Golang
Apache License 2.0
17 stars 24 forks source link

Missing editObject.json method for SoftLayer_Virtual_Disk_Image #76

Open rjeczalik opened 8 years ago

rjeczalik commented 8 years ago

Hey @maximilien!

I'm not sure this is the proper place to report it, I've checked your public pivotal project and haven't noticed anything softlayer-go related.

The SoftLayer_Virtual_Disk_Image service is missing the following method in its API:

maximilien commented 8 years ago

Hi, @rjeczalik,

I welcome a PR adding this method. There should be examples on how to write code and test following Virtual_Guest/:id/editObject.json for instance.

Let me know if you need any help.

Best,

max