protected function KeyClient::uri in Lockr 7.2
Same name and namespace in other branches
- 7 src/Lockr/KeyClient.php \Lockr\KeyClient::uri()
3 calls to KeyClient::uri()
- KeyClient::delete in vendor/
lockr/ lockr-client/ src/ KeyClient.php - Deletes a key from Lockr.
- KeyClient::get in vendor/
lockr/ lockr-client/ src/ KeyClient.php - Gets a key from Lockr.
- KeyClient::set in vendor/
lockr/ lockr-client/ src/ KeyClient.php - Sets a key in Lockr.
File
- vendor/
lockr/ lockr-client/ src/ KeyClient.php, line 114
Class
Namespace
LockrCode
protected function uri($name) {
return '/v1/key/' . urlencode($name);
}