commit | 2aaf1a60d6da7cc82e5419c6350e8fd6dd510bcd | [log] [tgz] |
---|---|---|
author | Jamie Hannaford <jamie.hannaford@rackspace.com> | Thu Oct 16 12:55:50 2014 +0200 |
committer | Jamie Hannaford <jamie.hannaford@rackspace.com> | Thu Oct 16 18:22:48 2014 +0200 |
tree | cfd55ce6240b05cefb1727ef8d51bccbcdf8c57d | |
parent | cf001725f661f9522faf3244f323aaf511651a7b [diff] [blame] |
Moving calls to client helper while I'm at it
diff --git a/_site/openstack/identity/v2/tokens/urls.go b/_site/openstack/identity/v2/tokens/urls.go new file mode 100644 index 0000000..cd4c696 --- /dev/null +++ b/_site/openstack/identity/v2/tokens/urls.go
@@ -0,0 +1,8 @@ +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") +}