remove api.php from python client #1280
Labels
good first issue
help wanted
logs and monitoring
logging, monitoring, alerting
python client
changes the Python client
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. theapi.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).The text was updated successfully, but these errors were encountered: