Joshua Harms

Results 144 comments of Joshua Harms

Thanks for the report! I'm actually a bit surprised that this isn't working for you, I'm pretty sure it's working for my own apps with admin actions. I'll try to...

That is very interesting, I have not run into this problem before but I can see how it might crop up. I wonder if there's a way to make HTTPClient...

As a workaround, since GET requests work you should be able to use the `ShopService` to get the shop's *.myshopify.com domain and then update your database to use that as...

Thanks for digging in! I’m at a wedding tonight and tomorrow but once I’m back I’ll be working on this library. I’ll take a look as soon as possible! --...

@zxed Did you manage to work around this? We've had other reports about things behaving strangely in Azure Functions. I don't use it though, so I'm unclear where to start...

Thanks for looking into it! I'm going to close this because it sounds like an issue somewhere outside of this package. If I'm wrong please let me know and I'll...

@PeterSleekFlow Did you get this working? If I had to guess, this error seems to be saying that the `Webhook` object being passed to `WebhookService.CreateAsync` is actually null.

@clement911 Sorry for the delay, you're suggesting we remove the overload that accepts the querystring as a string and let the devs just pass in `Request.Query` or parse it themselves...

Hey! Usually a property is only left out of the package because it didn't exist when the class was written, or because it wasn't documented. Looks like it is documented...