Ash Wilson | e47ea9e | 2014-09-10 16:03:44 -0400 | [diff] [blame] | 1 | package accounts |
2 | |||||
3 | import "github.com/rackspace/gophercloud" | ||||
4 | |||||
Jon Perritt | fc39b94 | 2014-09-10 21:18:19 -0500 | [diff] [blame] | 5 | // accountURL returns the URI for making Account requests. |
6 | func accountURL(c *gophercloud.ServiceClient) string { | ||||
Ash Wilson | e47ea9e | 2014-09-10 16:03:44 -0400 | [diff] [blame] | 7 | return c.Endpoint |
8 | } |