Releases: gnikyt/Basic-Shopify-API
Releases · gnikyt/Basic-Shopify-API
v3.0.2
v3.0.1
v3.0.0: Merge pull request #9 from ohmybrew/v3-dev
Contains breaking changes
To better the library, it has been reverted back to its original single-class form and backwards compatibile with 1.x.x
- GraphQL and REST are all under one class
getApiCalls()
now takes two arguments, first being rest|graph, second being the keyrest()
is now for REST callsgraph()
is now for GraphQL callsrequest()
is aliased torest()
for backward compatibility