rackspace / gophercloud

A Go SDK for OpenStack. IN FEATURE FREEZE. See Issue #592
http://gophercloud.io
Other
456 stars 180 forks source link

support os-quota-set endpoint #540

Closed dangogh closed 8 years ago

dangogh commented 8 years ago

Add support for /v2.1/​{admin_tenant_id}​/os-quota-sets/​{tenant_id}​/detail endpoint. I'm just learning what that entails -- guidance is welcome..

jrperritt commented 8 years ago

Have a look at the contributing guide and some of the other compute extensions to see some example implementations (especially the List functions for SinglePageBase, like here). I can answer any questions you have along the way.

dangogh commented 8 years ago

thanks for the tips.. I'd read the contributing guide (hence the [wip] issue..) and started along the lines you suggested. Hopefully I'll get up to speed pretty quickly... -dan

On Thu, Feb 25, 2016 at 11:05 PM, jrperritt notifications@github.com wrote:

Have a look at the contributing guide https://github.com/rackspace/gophercloud/blob/master/CONTRIBUTING.md and some of the other compute extensions https://github.com/rackspace/gophercloud/tree/master/openstack/compute/v2/extensions to see some example implementations (especially the List functions for SinglePageBase, like here https://github.com/rackspace/gophercloud/blob/master/openstack/compute/v2/extensions/keypairs/results.go#L32). I can answer any questions you have along the way.

— Reply to this email directly or view it on GitHub https://github.com/rackspace/gophercloud/issues/540#issuecomment-189126874 .

jrperritt commented 8 years ago

The [WIP] prefix is for pull request titles.

dangogh commented 8 years ago

The documentation for os-quota-set here shows only a GET .../detail endpoint. Is there documentation elsewhere on the endpoint without /detail? http://developer.openstack.org/api-ref-compute-v2.1.html#listDetailQuotas

jrperritt commented 8 years ago

closed by #542