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

Let any IEnumerable<KeyValuePair<..>> be used for QueryMap #152

Open
canton7 opened this issue Apr 17, 2020 · 1 comment
Open

Let any IEnumerable<KeyValuePair<..>> be used for QueryMap #152

canton7 opened this issue Apr 17, 2020 · 1 comment

Comments

@canton7
Copy link
Owner

canton7 commented Apr 17, 2020

Currently we just allow dictionaries, but we might as well permit IEnumerable<KeyValuePair<..>> instead of IDictionary<..>

@donnytian
Copy link

Yes, why not. I'd like to raise PR on this.

donnytian pushed a commit to donnytian/RestEase that referenced this issue Jun 10, 2022
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

2 participants