You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can provide the configuration as a parameter while instantiating the object (if you didn't configure already by calling `config()` method)
105
105
106
106
```php
107
-
$shopify = new PHPShopify\ShopifyClient($config);
107
+
$shopify = new PHPShopify\ShopifySDK($config);
108
108
```
109
109
110
110
##### Now you can do `get()`, `post()`, `put()`, `delete()` calling the resources in the object oriented way. All resources are named as same as it is named in shopify API reference. (See the resource map below.)
0 commit comments