blob: 360b60a82fba5bbf8d77b2b2af867a806970c935 [file] [log] [blame]
Ash Wilson85d82652014-08-28 13:57:46 -04001package tokens
2
Ash Wilsone5550862014-08-28 15:37:09 -04003import "github.com/rackspace/gophercloud"
Ash Wilson85d82652014-08-28 13:57:46 -04004
Ash Wilson1e1b7332014-09-30 16:38:11 -04005func tokenURL(c *gophercloud.ServiceClient) string {
Ash Wilson85d82652014-08-28 13:57:46 -04006 return c.ServiceURL("auth", "tokens")
7}