TBD54566975 / ftl

FTL - Towards a 𝝺-calculus for large-scale systems
https://tbd54566975.github.io/ftl/
Apache License 2.0
20 stars 7 forks source link

Verbs with request type `[]byte` don't allow for easy console verb calls #2164

Open matt2e opened 1 month ago

matt2e commented 1 month ago

It should be easier to enter text input for a verb that accepts []byte. Note that the content may not be JSON in this case.

Maybe we need some way to upload a file and insert the base64-encoded bytes into the payload JSON.

alecthomas commented 1 month ago

For the first point, Any would be the correct recommendation I think, not []byte?