blob: 5b47c02d8abfcd389c138c59fa48fcf27b35de50 [file] [log] [blame]
package tokens
import "github.com/rackspace/gophercloud"
func getTokenURL(c *gophercloud.ServiceClient) string {
return c.ServiceURL("auth", "tokens")
}