issues
search
open-runtimes
/
examples
Function examples for open-runtimes
MIT License
72
stars
123
forks
source link
Conversion method
#168
Closed
brinkbrink
closed
1 year ago
brinkbrink
commented
1 year ago
These methods will:
Convert Base64 String (input we receive from the payload) -> byte array (what we can use as an input for compression API)
Convert byte array (input the compression method will return) -> Base64 String (type we are required to return from our function)
These methods will: