Improvement: Return JSON responses from core #33
Labels
core
Media processing component, the core C++ binary.
hacktoberfest
This issue is eligible for Hacktoberfest contributions
improvement
Improve existing functionality
Currently the backend relies on parsing stdout to determine if the
MediaProcessor
was able process properly the requested media.Add
sendSuccessResponse()
, andsendErrorResponse()
toUtils
, and ensure the status is propagated properly throughout.Example:
This needs the corresponding backend code to be updated to ensure functionality. Will be merged together, from the dedicated branch opened here.
The text was updated successfully, but these errors were encountered: