web_monitoring.db.Client.get_changes

Client.get_changes(page_id, include_total=False)[source]

Iterate through a set of changes between any two versions of a page.

Parameters
page_idstring
include_totalboolean, optional

Whether to include a _list_meta.total_results field in each change. (Default: False)

Yields
changedict

Information about the change between versions of the page.