-
Notifications
You must be signed in to change notification settings - Fork 0
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.
get_raw(pagename)
- pagename — The name of the page that you want to read.
A string containing the current content of the page.
Note: This wiki is not yet complete. Documentation for exceptions and examples for functions still need to be added.