sasjs / server

Build Apps on Base SAS
https://server.sasjs.io
MIT License
20 stars 3 forks source link

Ability to create arbitrary content from a post request on a stored program #257

Closed philipmason closed 2 years ago

philipmason commented 2 years ago

It would be really useful to be able to do things like stream graphics from a stored program, so I could then display that in my web application. So creating any kind of output, without a JSON log attached, would be great.

allanbowe commented 2 years ago

Thanks Phil - we've implemented direct output in POST requests now. If the _DEBUG parameter is set, then the _webout content will be divided from the log using a UUID.

The SASjs adapter will handle this automatically.

philipmason commented 2 years ago

Thanks for doing this so quickly. It will be very helpful.

On 25 Aug 2022, at 16:52, Allan Bowe @.***> wrote:

Thanks Phil - we've implemented direct output in POST requests now. If the _DEBUG parameter is set, then the _webout content will be divided from the log using a UUID.

The SASjs adapter will handle this automatically.

— Reply to this email directly, view it on GitHub https://github.com/sasjs/server/issues/257#issuecomment-1227459305, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACT67FSDG2MWTH7CXBHEPILV26JCNANCNFSM56SI3ZOA. You are receiving this because you authored the thread.