blob: cd4c696c7a7c3e9fc406af3e11ecc48606c2f58b [file] [log] [blame]
Ash Wilson1f110512014-10-02 15:43:47 -04001package tokens
2
3import "github.com/rackspace/gophercloud"
4
Ash Wilsond2d49c42014-10-07 14:16:36 -04005// CreateURL generates the URL used to create new Tokens.
6func CreateURL(client *gophercloud.ServiceClient) string {
Ash Wilson1f110512014-10-02 15:43:47 -04007 return client.ServiceURL("tokens")
8}