Paul Querna | fdc369a | 2014-10-31 11:50:20 -0700 | [diff] [blame] | 1 | package users |
2 | |||||
3 | import "github.com/rackspace/gophercloud" | ||||
4 | |||||
5 | func resetAPIKeyURL(client *gophercloud.ServiceClient, id string) string { | ||||
6 | return client.ServiceURL("users", id, "OS-KSADM", "credentials", "RAX-KSKEY:apiKeyCredentials", "RAX-AUTH", "reset") | ||||
7 | } |