From 5f7f9bbd8abea8d5db8a13445a85bcf8c58dbaa3 Mon Sep 17 00:00:00 2001 From: BL Date: Thu, 11 Oct 2018 16:27:53 +0530 Subject: [PATCH] Remove unnecessary example from the readme.md file --- README.md | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/README.md b/README.md index 5a1d5fc..f30dfa2 100644 --- a/README.md +++ b/README.md @@ -58,21 +58,6 @@ eBay.setApiKey('YOUR_KEY', 'YOUR_SECRET'); - Contributors can send their Pull Request to `development` branch. - Kindly validate test cases & linting before opening new PR. -### Application - -#### Get OAuth Token -```js - try { - var token = await eBay.application.getOAuthToken({ - grant_type: 'client_credentials', - scope: 'https://api.ebay.com/oauth/api_scope' - }); - eBay.setToken(token.access_token); - } catch (error) { - console.log('error ', error); - } -``` - ``` Originally by [Bhushankumar Lilapara](https://github.com/bhushankumarl) (bhushankumar.lilapara@gmail.com). ```