javascript - Syntax for retrieving data from GET, Host: function using APIs -
i using price api. on developer guide, request example iphone 6 shown :
get /api/v1/compare/search?product=iphone%207&api_key=your_api_key http/1.1 host: https://price-api.datayuge.com
i have api key, how should use in order retrieve data (json format). use $.ajax()
, $.getjson()
or else completely?
this website explains different formats, not understanding how put together:
Comments
Post a Comment