Sha256: 3b2a8c589db99c9f4578af115ecb2632cebda1a131c7c26b67479290384efeb6
Contents?: true
Size: 228 Bytes
Versions: 4
Compression:
Stored size: 228 Bytes
Contents
module Uploadcare module GroupListApi def group_list from=nil, limit=nil data = get '/groups/', {from: from, limit: limit}.reject{|_,v| v.nil?} list = Uploadcare::Api::GroupList.new self, data end end end
Version data entries
4 entries across 4 versions & 1 rubygems