You are here

protected function KeyClient::uri in Lockr 7

Same name and namespace in other branches
  1. 7.2 vendor/lockr/lockr-client/src/KeyClient.php \Lockr\KeyClient::uri()
3 calls to KeyClient::uri()
KeyClient::delete in src/Lockr/KeyClient.php
Deletes a key from Lockr.
KeyClient::get in src/Lockr/KeyClient.php
Gets a key from Lockr.
KeyClient::set in src/Lockr/KeyClient.php
Sets a key in Lockr.

File

src/Lockr/KeyClient.php, line 117

Class

KeyClient

Namespace

Lockr

Code

protected function uri($name) {
  return '/v1/key/' . urlencode($name);
}