Skip to content

Releases: gnikyt/Basic-Shopify-API

v3.0.2

26 Aug 15:02
7c67bdb
Compare
Choose a tag to compare
  • Adjusted API to work better with Shopify's implementation of GraphQL (#10)
  • graph() call now accepts two arguments, graph(string $query, array $variables = [])

v3.0.1

23 May 13:21
Compare
Choose a tag to compare
  • Fix to obtaining access token

v3.0.0: Merge pull request #9 from ohmybrew/v3-dev

23 May 02:17
0f7ddaf
Compare
Choose a tag to compare

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 key
  • rest() is now for REST calls
  • graph() is now for GraphQL calls
  • request() is aliased to rest() for backward compatibility

v2.0.0: Merge pull request #8 from ohmybrew/graph-ql

17 May 18:20
99b3c2c
Compare
Choose a tag to compare

Contains breaking changes

  • No longer a single file, it now namespaced under OhmyBrew\ShopifyAPI
  • GraphQL is now introduced under OhMyBrew\ShopifyAPI\GraphAPI
  • REST is moved to OhMyBrew\ShopifyAPI\RestAPI

Fixes #7 merged from #8