module Gitlab::Client::Wikis
def wiki(project, slug)
-
(Gitlab::ObjectifiedHash)
-
Parameters:
-
slug
(String
) -- The slug (a unique string) of the wiki page -
project
(Integer, String
) -- The ID or name of a project.
def wiki(project, slug) get("/projects/#{url_encode project}/wikis/#{slug}") end