Most compute methods return an object if nil
is passed in get
#698
Labels
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
I would expect that, for example
@compute.get_image(project, nil)
should either return nil or raise an error. For most of compute methods, however it returns an object.E.g. for
get_image
:The text was updated successfully, but these errors were encountered: