blob: 5b47c02d8abfcd389c138c59fa48fcf27b35de50 [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 Wilsone5550862014-08-28 15:37:09 -04005func getTokenURL(c *gophercloud.ServiceClient) string {
Ash Wilson85d82652014-08-28 13:57:46 -04006 return c.ServiceURL("auth", "tokens")
7}