edgi-govdata-archiving / web-monitoring-processing

Tools for access, "diff"-ing, and analyzing archived web pages
https://edgi-govdata-archiving.github.io/web-monitoring-processing
GNU General Public License v3.0
20 stars 20 forks source link

Make credentials optional for DB client #845

Closed Mr0grog closed 1 year ago

Mr0grog commented 1 year ago

The web-monitoring-db API no longer requires authentication for read-only access to most objects, so the API client here shouldn't require users to set any credentials.

Fixes #844.