Skip to content

get_raw()

tlras edited this page Nov 28, 2021 · 2 revisions

Retreives only the text on a page without its metadata. This is slightly faster than get() and uses less bandwidth.

Syntax

get_raw(pagename)

Parameters

  • pagename — The name of the page that you want to read.

Return value

A string containing the current content of the page.

Functions

Exceptions

  • WriteError
  • ConflictError
  • UnmodifiedError

 

Clone this wiki locally