Paul DeVito
Paul DeVito
also seeing this across multiple repos
Yeah looks like that's what restsharp is doing, so should be fine if there was a `WithParameter` and/or, more importantly, a `WithFile` that could [take a stream](https://stackoverflow.com/questions/32876606/restsharp-addfile-using-stream).
yeah, personally i only need to do one at a time in this case, but multi file would probably be a good idea for broader flexibility.
not sure it's something i have the bandwidth for atm. maybe at some point, but i'm honestly not even sure exactly what the httpclient syntax looks like to layer the...
Thanks for the callout! [Sounds like it's almost ready](https://github.com/dotnet/eShop/discussions/491#discussioncomment-10393985)!
it's live! https://github.com/dotnet/eShopSupport
First, I'm seeing this honestly. What api might you expect with QueryKit? Could you show an example of it in use?
Got it. Thanks for the examples! I could see adding this but probably isn't something I'm going to do immediately. Will put it in the backlog though and I'm open...
Appreciate the callout on this! Will try and take a look at it soon
👋 the newest `v0.27.0` release should resolve this, but I wasn't able to easily test this myself, so I'm going to keep this open for now. Let me know if...