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
Square bracket are kind of not supported in the query parameter per RFC 3986
Currently, it should work when using http://hostname/endpoint?colors=blue&colors=green and treating colors as a vector (not a list) in your plumber.R function.
Standard libraries construct array query parameters as below:
If plumber sees this for an endpoint with a
colors
parameter, it should construct a list and pass it to the function.The text was updated successfully, but these errors were encountered: