post
in
lib/gitlab_api.rb [31:34]
3
lines of code
1
McCabe index (conditional complexity)
def post(path, body:) post_or_put(path, body: body, method: :post) end