Closed TheRealFlyingCoder closed 1 year ago
It seems unusual to have the typescript definitions but leave API Version as string given there's a fixed set of options.
Unsure about your naming conventions, but this PR is just what i'd expect from a package:
import Shopify, { ApiVersion } from 'shopify-api-node'; const client = new Shopify({ accessToken, shopName, apiVersion: ApiVersion.July23 })
Happy to make any tweaks
Thank you but I don't find it very useful and keeping it is sync would be a maintenance burden.
It seems unusual to have the typescript definitions but leave API Version as string given there's a fixed set of options.
Unsure about your naming conventions, but this PR is just what i'd expect from a package:
Happy to make any tweaks