Skip to content

remove api.php from python client #1280

Closed as not planned
Closed as not planned
@melange396

Description

@melange396

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

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions