commit | bc6812399df8d424a7e952aa16ec016da45e12ff | [log] [tgz] |
---|---|---|
author | Samuel A. Falvo II <sam.falvo@rackspace.com> | Tue Jul 30 12:01:13 2013 -0700 |
committer | Samuel A. Falvo II <sam.falvo@rackspace.com> | Tue Jul 30 12:01:13 2013 -0700 |
tree | 975b7161bee28f8b5bed68691cd8fbcbe34be25b | |
parent | 102b7df05e6356496b482ee77e7d7aef46f7dbc4 [diff] |
Return details with list of flavors.
diff --git a/flavors.go b/flavors.go index 5062389..33c66d4 100644 --- a/flavors.go +++ b/flavors.go
@@ -9,7 +9,7 @@ var fs []Flavor err := gsp.context.WithReauth(gsp.access, func() error { - url := gsp.endpoint + "/flavors" + url := gsp.endpoint + "/flavors/detail" return perigee.Get(url, perigee.Options{ CustomClient: gsp.context.httpClient, Results: &struct{ Flavors *[]Flavor }{&fs},