Commit acdad5ec authored by Rajendra Kadam's avatar Rajendra Kadam

Add entity and API skeleton

parent dc6db392
# frozen_string_literal: true
module API
module Entities
module GroupHook < Entities::Hook
expose :group_id
end
end
end
\ No newline at end of file
module API
class GroupHooks < Grape::API
include PaginationParams
before { authenticate! }
before { authorize_admin_project }
# TODO: API
end
end
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment