Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
debian
/
gophercloud
/
3c1796b5dc13fc2c5352079550a1769b99d29102
/
.
/
openstack
/
identity
/
v2
/
tokens
/
urls.go
blob: cd4c696c7a7c3e9fc406af3e11ecc48606c2f58b [
file
] [
log
] [
blame
]
package tokens
import "github.com/rackspace/gophercloud"
// CreateURL generates the URL used to create new Tokens.
func CreateURL(client *gophercloud.ServiceClient) string {
return client.ServiceURL("tokens")
}