-
Notifications
You must be signed in to change notification settings - Fork 67
Closed as not planned
Labels
good first issuehelp wantedlogs and monitoringlogging, monitoring, alertinglogging, monitoring, alertingpython clientchanges the Python clientchanges the Python client
Description
modify the python client so it no longer uses the legacy "api.php
" url.
the api.php
endpoint uses some request variables differently than other endpoints do, which makes it difficult to do accurate aggregate analysis of webserver logs. the api.php
endpoint also has a lower limit for the maximum number of rows returned; using appropriate endpoints directly instead will allow users to retrieve more rows in a single request.
this will require changing the BASE_URL
in many of the integration tests which use the client (simple but tedious).
Metadata
Metadata
Assignees
Labels
good first issuehelp wantedlogs and monitoringlogging, monitoring, alertinglogging, monitoring, alertingpython clientchanges the Python clientchanges the Python client