rackspace / gophercloud

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

[rfr] Extract additional info from GET #564

Open kaccardi opened 8 years ago

kaccardi commented 8 years ago

Add some additional APIs to extract project, roles, and user information from a token retrieved with a GET request. Move ExtractServiceCatalog to commonResult since it can be obtained either with a POST or a GET.

coveralls commented 8 years ago

Coverage Status

Coverage decreased (-0.2%) to 79.973% when pulling 36271d26fbc79fd74690ba1ad9b6c461f4361eaa on kaccardi:expand-get-results into c54bbac81d19eb4df3ad167764dbb6ff2e7194de on rackspace:master.

jrperritt commented 8 years ago

When this is ready for review, throw a [rfr] tag in front of the title and I'll have a look.

kaccardi commented 8 years ago

ok, I modified the title, thanks.

jrperritt commented 8 years ago

These look good. Can you add unit tests for them?

kaccardi commented 8 years ago

yes, I will work on that.