Skip to content

Releases: BNMetrics/Laravel-ShopifyAPI

Collect response headers and method to check current limit

04 Apr 14:09
e3f2e08
Compare
Choose a tag to compare

Thanks to @RRStoyanov, now this package is capable of checking the current api limit:

  • Collect response headers while taking user by token
  • Add method to check current api limit based on collected headers

Example usage for default apps should be something like this:

if ($shopify->getShopifyAuth()->checkCurrentApiLimit() > 39) {
    sleep(1);
}

Fixed the nested array issue

25 Jan 18:19
3654cb2
Compare
Choose a tag to compare

Thanks to @RRStoyanov , error {"metafields":"expected Hash to be a Array"} has been fixed!

CRUD requests from API call

08 Jun 21:41
Compare
Choose a tag to compare
1.0.3

Create README.md

Billing Support

14 May 14:19
Compare
Choose a tag to compare
  • Added support for billing;
  • Uses stateless OAuth authentication

1.0.0

29 Apr 01:59
Compare
Choose a tag to compare
initial