| Jamie Hannaford | 2aaf1a6 | 2014-10-16 12:55:50 +0200 | [diff] [blame^] | 1 | package tokens |
| 2 | |||||
| 3 | import "github.com/rackspace/gophercloud" | ||||
| 4 | |||||
| 5 | // CreateURL generates the URL used to create new Tokens. | ||||
| 6 | func CreateURL(client *gophercloud.ServiceClient) string { | ||||
| 7 | return client.ServiceURL("tokens") | ||||
| 8 | } | ||||