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

Fixes #10054: Change headers AND params in datasource api to be an array #1463

Conversation

VinceMacBuche
Copy link
Member

~ ( "headers" -> headers )
~ ( "params" -> params )
~ ( "headers" -> headers.map{
case (name,value) => ("name" -> name) ~ ("value" -> value)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why name/value in place of key/value as written in the related ticket?

@fanf fanf merged commit d4b9f88 into Normation:branches/rudder/4.1 Jan 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants