Closed davidhollenbeckx closed 1 year ago
Hi @davidhollenbeckx ,
Thank you for contributing to this project. I'm constantly improving it as I work on Shopify projects using Rust. I have some upcoming work that will allow me to add important features like Bulk Operations and Mutations in the future.
In the meantime, thanks for the report and the fix!
(The test CI is failing but on my computer, the tests pass. I'll investigate. later for that)
Best regards, Thomas
hey Thomas - thanks so much for putting this crate together! it's been a very helpful starting point as I begin rewriting some of my ts shopify integrations in Rust
I ran into a minor error when I was using this today - got a warning that I was using a deprecated API version
Shopify APIs are named for the release date - so 2023-07 will be supported until 06/30/2024. Made a quick update here to correct
-- david