From 7effdb8556c57b47d85a96fb41e2d65ef2ec79b8 Mon Sep 17 00:00:00 2001 From: Mitul Patel Date: Wed, 28 Feb 2018 11:44:26 -0500 Subject: [PATCH 1/3] Update - Add wegmans api --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 83638e11..be9d9106 100644 --- a/README.md +++ b/README.md @@ -579,6 +579,7 @@ API | Description | Auth | HTTPS | CORS | Link | | Best Buy | Products, Buying Options, Categories, Recommendations, Stores, and Commerce | `apiKey` | Yes | Unknown | [Go!](https://bestbuyapis.github.io/api-documentation/#overview) | | eBay | Sell and Buy on eBay | `OAuth` | Yes | Unknown | [Go!](https://go.developer.ebay.com/) | | Wal-Mart | Item price and availability | `apiKey` | Yes | Unknown | [Go!](https://developer.walmartlabs.com/docs) | +| Wegmans | Wegmans Food Markets | `apiKey` | Unknown | Unknown | [Go!](https://dev.wegmans.io) ### Social API | Description | Auth | HTTPS | CORS | Link | From 0ace0e5d0201b3f98b7e4be6e2ad90417873beb8 Mon Sep 17 00:00:00 2001 From: Mitul Patel Date: Wed, 28 Feb 2018 11:45:27 -0500 Subject: [PATCH 2/3] Syntax fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index be9d9106..2225a45a 100644 --- a/README.md +++ b/README.md @@ -579,7 +579,7 @@ API | Description | Auth | HTTPS | CORS | Link | | Best Buy | Products, Buying Options, Categories, Recommendations, Stores, and Commerce | `apiKey` | Yes | Unknown | [Go!](https://bestbuyapis.github.io/api-documentation/#overview) | | eBay | Sell and Buy on eBay | `OAuth` | Yes | Unknown | [Go!](https://go.developer.ebay.com/) | | Wal-Mart | Item price and availability | `apiKey` | Yes | Unknown | [Go!](https://developer.walmartlabs.com/docs) | -| Wegmans | Wegmans Food Markets | `apiKey` | Unknown | Unknown | [Go!](https://dev.wegmans.io) +| Wegmans | Wegmans Food Markets | `apiKey` | Unknown | Unknown | [Go!](https://dev.wegmans.io) | ### Social API | Description | Auth | HTTPS | CORS | Link | From 8ec8f704a6544390fb08bbe638c809d3d734ac29 Mon Sep 17 00:00:00 2001 From: Mitul Patel Date: Wed, 28 Feb 2018 20:03:33 -0500 Subject: [PATCH 3/3] Fix - format --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2225a45a..68abc16a 100644 --- a/README.md +++ b/README.md @@ -579,7 +579,7 @@ API | Description | Auth | HTTPS | CORS | Link | | Best Buy | Products, Buying Options, Categories, Recommendations, Stores, and Commerce | `apiKey` | Yes | Unknown | [Go!](https://bestbuyapis.github.io/api-documentation/#overview) | | eBay | Sell and Buy on eBay | `OAuth` | Yes | Unknown | [Go!](https://go.developer.ebay.com/) | | Wal-Mart | Item price and availability | `apiKey` | Yes | Unknown | [Go!](https://developer.walmartlabs.com/docs) | -| Wegmans | Wegmans Food Markets | `apiKey` | Unknown | Unknown | [Go!](https://dev.wegmans.io) | +| Wegmans | Wegmans Food Markets | `apiKey` | Yes | Unknown | [Go!](https://dev.wegmans.io) | ### Social API | Description | Auth | HTTPS | CORS | Link |