blob: ac7bc30cdc2d238eef3c04a55b511acd8e5a67b5 [file] [log] [blame]
Ash Wilson85d82652014-08-28 13:57:46 -04001package tokens
2
Krzysztof Szukiełojć3f41d082017-05-07 14:43:06 +02003import "gerrit.mcp.mirantis.net/debian/gophercloud.git"
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}