I am having some trouble implementing this library. I think the readme could use some clarification. One of the pieces of data I am getting back in found in the console output as described in my gist:
EbayOauthToken {
credentials: {
PRODUCTION: {
...
env: 'PRODUCTION',
baseUrl: 'api.ebay.com'
}
},
grantType: ''
}
I saw from another issue open that these properties (env, baseURL) need to be overridden.
I am having some trouble implementing this library. I think the readme could use some clarification. One of the pieces of data I am getting back in found in the console output as described in my gist:
I saw from another issue open that these properties (env, baseURL) need to be overridden.