blob: 53b1343ce8cf3251c5a3e64a6028cdeb30190a21 [file] [log] [blame]
Ash Wilsone47ea9e2014-09-10 16:03:44 -04001package accounts
2
3import "github.com/rackspace/gophercloud"
4
Jon Perrittfc39b942014-09-10 21:18:19 -05005// accountURL returns the URI for making Account requests.
6func accountURL(c *gophercloud.ServiceClient) string {
Ash Wilsone47ea9e2014-09-10 16:03:44 -04007 return c.Endpoint
8}