Python API to web-monitoring-db¶
This is a Python interface to the web-monitoring-db REST API. Authentication information is required.
Tutorial¶
TO DO
API Documentation¶
|
Communicate with web-monitoring-db via its REST API. |
|
Instantiate a |
|
Get an iterable of all pages, optionally filtered by search criteria. |
|
Lookup a specific Page by ID. |
|
Iterate over a set of versions, optionally filtered by search criteria. |
|
Lookup a specific Version by ID. |
|
Submit one new Version. |
|
Submit versions in bulk for importing into web-monitoring-db. |
|
Iterate through a set of changes between any two versions of a page. |
|
Get a Changes between two Versions. |
|
Iterate through Annotations for a Change between two Versions. |
|
Get a specific Annontation. |
|
Submit updated annotations for a change between versions. |