blob: ac5a19f9eff6b9d7dc68511009c2080e5b08390b [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 Wilson89466cc2014-08-29 11:27:39 -04005func getTokenURL(c *gophercloud.ProviderClient) string {
Ash Wilson85d82652014-08-28 13:57:46 -04006 return c.ServiceURL("auth", "tokens")
7}