X Tutup
Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 771 Bytes

File metadata and controls

46 lines (31 loc) · 771 Bytes

Wiki pages

References

Examples

Get the list of wiki pages for a project:

.. literalinclude:: wikis.py
   :start-after: # list
   :end-before: # end list

Get a single wiki page:

.. literalinclude:: wikis.py
   :start-after: # get
   :end-before: # end get

Create a wiki page:

.. literalinclude:: wikis.py
   :start-after: # create
   :end-before: # end create

Update a wiki page:

.. literalinclude:: wikis.py
   :start-after: # update
   :end-before: # end update

Delete a wiki page:

.. literalinclude:: wikis.py
   :start-after: # delete
   :end-before: # end delete
X Tutup