mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-11 13:46:11 +10:00
8 lines
103 B
Ruby
8 lines
103 B
Ruby
def api_prefix
|
|
"/api/#{Gitlab::API::VERSION}"
|
|
end
|
|
|
|
def json_response
|
|
JSON.parse(response.body)
|
|
end
|