Closed matteodepalo closed 9 months ago
I've added a new attribute, ShopifyAPI::Rest::Base.headers, that can be used to set headers that will be sent with every request made by the resource through methods like all, delete, etc...
ShopifyAPI::Rest::Base.headers
all
delete
Fixes https://github.com/Shopify/shopify-api-ruby/issues/1211
I've added an automated test for all.
I've added a new attribute,
ShopifyAPI::Rest::Base.headers
, that can be used to set headers that will be sent with every request made by the resource through methods likeall
,delete
, etc...Description
Fixes https://github.com/Shopify/shopify-api-ruby/issues/1211
How has this been tested?
I've added an automated test for
all
.Checklist: