brendanhay / gogol

A comprehensive Google Services SDK for Haskell.
Other
280 stars 105 forks source link

Feature request: support viewing and setting labels #82

Open guoshimin opened 7 years ago

guoshimin commented 7 years ago

Currently only tags are supported. It used to be that tags and labels are coupled somehow. It's no longer the case: https://cloud.google.com/compute/docs/labeling-resources#labels_tags

guoshimin commented 7 years ago

Looks like it's a simple matter of getting the model jsons from the go sdk, and regenerate the Haskell code from them. Since the contributor guide says not to submit PRs for generated code, it would be up to the owners of this project to run the codegen step in CI and update the code.

denibertovic commented 4 years ago

This is done in 0.5.0 from what I can tell so I guess the issue can be closed. @brendanhay