python-api icon indicating copy to clipboard operation
python-api copied to clipboard

Python-API to Create/Remove/Update/Delete and manage entries.

Results 5 python-api issues
Sort by recently updated
recently updated
newest added

Added an optional parameter raw_response to all functions that call _get_json_response. This would allow the API users to process the entire REST response if they wanted/needed to.

Hi All! I am working with this API (and it is fabulous), but I am running into issues with using s.add_media() where the name of the file on disk, even...

The current implementation of addMedia() uses a multi-part form post to upload the file. The problem is that the Python requests library will load the entire file into memory when...

Is there a way to add existing media to a review? Looks like there is a `update_review` but passing in media or item data (see below), does not update the...