anowell / mia

Experimental Algorithmia CLI (no longer the official CLI)
41 stars 5 forks source link

Support piping multipart data #4

Closed anowell closed 8 years ago

anowell commented 9 years ago

Should support specifying multiple, ordered input data parameters, and they should be used to construct a multipart payload. e.g.:

# Generate 200px x 100px thumbnail
algo run opencv/SmartThumbnail -D myPhoto.png -d 200 -d 100 -o myThumbnail.png

Tracking multipart support upstream in the Rust client.

anowell commented 8 years ago

There might be a solution to this now: https://www.reddit.com/r/rust/comments/49c0je/rfcmentoring_multipart_050_more_integrations/

but we've removed multipart support input for now, so I'm simply going to close this for the time being.