You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can we update this to return a map[string]interface{}? Perhaps introduce a setting that indicate if a header is specified, if a header is specified, then that will be used as the key name if no header, just assume 'a', b', etc. For example, the JSON response would then become:
{
"header1": "value",
"header2": 1
}
The text was updated successfully, but these errors were encountered:
Can we update this to return a
map[string]interface{}
? Perhaps introduce a setting that indicate if a header is specified, if a header is specified, then that will be used as the key name if no header, just assume 'a', b', etc. For example, the JSON response would then become:The text was updated successfully, but these errors were encountered: