Skip to content

Fix image handling

This PR fixes how spotseeker_restclient handles images during a POST.

Important change

  • spotseeker_restclient/spotseeker.py
    • Instead of encoding the file as a string, send a file-like object right from the start.

Please review: @NUWAN.KUMARASIRI @TREFILEK @bjsousa

Merge request reports