From e90950e425f40cee183dc1e0dbc9e590a398ab2e Mon Sep 17 00:00:00 2001 From: Mitul Patel Date: Thu, 2 Nov 2017 13:44:58 -0400 Subject: [PATCH 1/2] Update - Added Best Buy API --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2634d3ca..923c0144 100644 --- a/README.md +++ b/README.md @@ -549,6 +549,7 @@ API | Description | Auth | HTTPS | Link | |---|---|---|---|---| | eBay | Sell and Buy on eBay | `OAuth` | Yes | [Go!](https://go.developer.ebay.com/) | | Wal-Mart | Item price and availability | `apiKey` | Yes | [Go!](https://developer.walmartlabs.com/docs) | +| Best Buy | Products, Buying Options, Categories, Recommendations, Stores, and Commerce | `apiKey` | Yes | [Go!](https://bestbuyapis.github.io/api-documentation/#overview) | ### Social API | Description | Auth | HTTPS | Link | From 998215bd799c5252f060730593c6a62918e61a2e Mon Sep 17 00:00:00 2001 From: Mitul Patel Date: Thu, 2 Nov 2017 13:52:02 -0400 Subject: [PATCH 2/2] Update - order alphabetical --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 923c0144..06fe1515 100644 --- a/README.md +++ b/README.md @@ -547,9 +547,9 @@ API | Description | Auth | HTTPS | Link | ### Shopping API | Description | Auth | HTTPS | Link | |---|---|---|---|---| +| Best Buy | Products, Buying Options, Categories, Recommendations, Stores, and Commerce | `apiKey` | Yes | [Go!](https://bestbuyapis.github.io/api-documentation/#overview) | | eBay | Sell and Buy on eBay | `OAuth` | Yes | [Go!](https://go.developer.ebay.com/) | | Wal-Mart | Item price and availability | `apiKey` | Yes | [Go!](https://developer.walmartlabs.com/docs) | -| Best Buy | Products, Buying Options, Categories, Recommendations, Stores, and Commerce | `apiKey` | Yes | [Go!](https://bestbuyapis.github.io/api-documentation/#overview) | ### Social API | Description | Auth | HTTPS | Link |