blob: 2f864a31c8bfff2039eda3cc8413f5df5589b28d [file] [log] [blame]
Ash Wilson85d82652014-08-28 13:57:46 -04001package tokens
2
Jon Perritt27249f42016-02-18 10:35:59 -06003import "github.com/gophercloud/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}