proycon / clam

Quickly turn command-line applications into RESTful webservices with a web-application front-end. You provide a specification of your command line application, its input, output and parameters, and CLAM wraps around your application to form a fully fledged RESTful webservice.
https://proycon.github.io/clam
GNU General Public License v3.0
129 stars 17 forks source link

Associate viewers with all output files (i.e. archive upload) #69

Closed proycon closed 5 years ago

proycon commented 5 years ago

Needed for PICCL-Autosearch connection (@JessedeDoes)

proycon commented 5 years ago

Ok, not needed after all judging from our latest correspondence, all that is needed is a link and the other app (autosearch in this case) downloads the archive.

proycon commented 5 years ago

I'm implementing this as Forwarders, these only provide a link for the remote service with a callback to download the resource, they don't perform an actual upload (it's up to the remote service to download instead).

proycon commented 5 years ago

@JesseDeDoes This is now implemented but not really tested yet as we have no service to hook it up to yet, I guess the test will be in hooking it up to Autosearch.