Joshua Harms

Results 144 comments of Joshua Harms

Correct! At least for now. If it works well enough I'd like to make the planned fluent version the recommended method for creating/updating objects, but I don't have any intention...

Thanks for the feedback on this @v-dev-1! I'm not sure I follow your concerns about using F# for this. As you said, it's an elegant solution that so far is...

I've got a project coming up soon that will use the cart object, so I'll make sure this gets in soon!

Fixed in 5.18.4 on nuget. Sorry for the delay!

Interesting use case! I also like the execution policy suggestion. What about making the underlying HttpClient virtual, so you can extend each service that you use and then set your...

Just thinking out loud, this package is constructing HttpRequestMessages for each request and passing those to the HttpClient. I wonder if there's a way to set the proxy on those...

I'd also like to explore adding the client factory in 5.0, where we can add support for netstandard2.1

Sorry, I somehow missed this question. For anyone looking at this now or in the future, the authorization scopes for fulfillment orders have indeed been added to ShopifySharp!

Hey! Just to clarify, are you saing the property is missing from the `CustomerListFilter` class, or from the `Customer` class?