bestbuy
Version:
High level node.js client for the Best Buy API.
64 lines • 2.06 kB
JSON
[
{
"scope": "https://api.bestbuy.com:443",
"method": "get",
"path": "/v1/products(type=Movie)?format=json&apiKey=XXX&show=name,sku&pageSize=5&page=2",
"body": "",
"status": 200,
"response": {
"from": 6,
"to": 10,
"currentPage": 2,
"total": 84913,
"totalPages": 16983,
"queryTime": "0.021",
"totalTime": "0.044",
"partial": false,
"canonicalUrl": "/v1/products(type=\"Movie\")?show=name,sku&pageSize=5&page=2&format=json&apiKey=XXX",
"products": [
{
"name": "Johnny Handsome [Blu-ray] [1989]",
"sku": 1001176
},
{
"name": "Lock Up [Blu-ray] [1989]",
"sku": 1001185
},
{
"name": "Hot Tub Time Machine [Unrated] [DVD] [2010]",
"sku": 1001246
},
{
"name": "Predator [Ultimate Hunter Edition] [2 Discs] [With Movie Money] [Blu-ray] [1987]",
"sku": 1001255
},
{
"name": "Date Night [2 Discs] [Includes Digital Copy] [Blu-ray] [2010]",
"sku": 1001264
}
]
},
"rawHeaders": [
"Access-Control-Allow-Headers",
"origin, x-requested-with, accept",
"Access-Control-Allow-Methods",
"GET",
"Access-Control-Allow-Origin",
"*",
"Access-Control-Max-Age",
"3628800",
"Content-Type",
"application/json; charset=UTF-8",
"Date",
"Thu, 07 Sep 2017 00:06:34 GMT",
"Server",
"Best Buy Public APIs",
"X-Cache-Hit",
"true",
"Content-Length",
"628",
"Connection",
"Close"
]
}
]