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
19
20
20
21
Examples
21
22
--------
22
23
23
-
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::
24
25
25
26
pages = project.wikis.list()
26
27
27
-
Get the list of wiki pages for a group::
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