Closed whoabuddy closed 2 years ago
This PR modifies the type of responses available to functions that return a single value.
Previously the format query parameter supported:
format
{ value: value}
value
This PR adds a few more options:
Number(value)
String(value)
Boolean(value)
This PR modifies the type of responses available to functions that return a single value.
Previously the
format
query parameter supported:{ value: value}
value
This PR adds a few more options:
Number(value)
String(value)
Boolean(value)