Method: LucidShopify::Resource::Read#count
- Defined in:
- lib/lucid_shopify/resource/read.rb
#count(credentials, params = {}) ⇒ Integer
132 133 134 135 136 137 138 |
# File 'lib/lucid_shopify/resource/read.rb', line 132 def count(credentials, params = {}) params = finalise_params(params) logger.info("Fetching #{resource} count") client.get(credentials, "#{resource}/count", params)['count'] end |