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

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -