Releases: bots-garden/capsule-module-sdk
Releases · bots-garden/capsule-module-sdk
v0.0.5
Add 2 new helpers: GetHeaders
(transform a JSON string to a map[string]string) and SetHeaders
(transform a map[string]string to a JSON string)
v0.0.4
- Add the
Success
and Failure
functions (public functions to call success
and failure
)
- Add the
StringifyHTTPResponse
function to convert a capsule.HTTPResponse
into a string.
v0.0.3
encode retValue.TextBody
to avoid special characters in jsonString