Luminoso-api

Latest version: v3.1.1

Safety actively analyzes 706259 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 6 of 6

0.3.2

* Server changes

- The API has new endpoints for uploading data in CSV format.
- Attributes of documents can be changed without re-processing the entire
document, using the PATCH method instead of PUT.

* Client changes

- Support the HTTP PATCH method.

0.3.1

This is the first published version of the client that works with the Luminoso
API v3. Significant changes since we first made it available on Git are:

* Server changes

- The project list (GET /v3/<account>/projects/) now returns just the
names of the projects, not strings with your account name attached.
- The endpoint for deleting a project is now DELETE /v3/<account>/projects,
with a project=<projectname> parameter.
- The API now provides .../jobs/<id> endpoints, for possibly long-running
asynchronous tasks.
- Running DELETE on the project URL itself will instead clear all data
from the project, while leaving it in existence.

* Client changes

- PUT requests (for example, for replacing an exsiting document) work
correctly.
- The client has a special `wait_for` function that polls a .../jobs/<id>
endpoint until a given task finishes. (See test.py for an example of
using this.)

Page 6 of 6

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.