You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* GitLab API for Projects: https://docs.gitlab.com/ce/api/wikis.html
19
+
* GitLab API for Groups: https://docs.gitlab.com/ee/api/group_wikis.html
16
20
17
21
Examples
18
22
--------
19
23
20
-
Get the list of wiki pages for a project::
24
+
Get the list of wiki pages for a project. These do not contain the contents of the wiki page. You will need to call get(slug) to retrieve the content by accessing the content attribute::
21
25
22
26
pages = project.wikis.list()
23
27
24
-
Get a single wiki page::
28
+
Get the list of wiki pages for a group. These do not contain the contents of the wiki page. You will need to call get(slug) to retrieve the content by accessing the content attribute::
0 commit comments