blob: 86d19f28c047764a4da48dbcf09c873c8e42fee2 [file] [log] [blame]
Ash Wilson1f110512014-10-02 15:43:47 -04001package tokens
2
3import "github.com/rackspace/gophercloud"
4
5func listURL(client *gophercloud.ServiceClient) string {
6 return client.ServiceURL("tokens")
7}