Method: Gitlab::Client::Keys#key
- Defined in:
- lib/gitlab/client/keys.rb
permalink #key(id) ⇒ Gitlab::ObjectifiedHash
Gets information about a key.
14 15 16 |
# File 'lib/gitlab/client/keys.rb', line 14 def key(id) get("/keys/#{id}") end |