SSH Keys API implemented
This commit is contained in:
parent
caef9ed112
commit
c23eb40829
4 changed files with 106 additions and 0 deletions
|
@ -48,5 +48,11 @@ module Gitlab
|
|||
expose :assignee, :author, using: Entities::UserBasic
|
||||
expose :closed, :updated_at, :created_at
|
||||
end
|
||||
|
||||
class Key < Grape::Entity
|
||||
expose :id,
|
||||
:title,
|
||||
:key
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue