Method: ThreeSixty::Core::Keyword#get_info_by_id_list

Defined in:
lib/three-sixty/core/keyword.rb

#get_info_by_id_list(keyword_ids) ⇒ Object



24
25
26
# File 'lib/three-sixty/core/keyword.rb', line 24

def get_info_by_id_list(keyword_ids)
  @client.request(resource_url("getInfoByIdList"), idList: keyword_ids)
end