Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Return map[string]interface{} #2

Open
mellistibco opened this issue Mar 1, 2019 · 1 comment
Open

Return map[string]interface{} #2

mellistibco opened this issue Mar 1, 2019 · 1 comment

Comments

@mellistibco
Copy link
Contributor

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
}
@mellistibco
Copy link
Contributor Author

or, optionally a setting where you specify the header values.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant