• servicewithasmileratings

    (@servicewithasmileratings)


    I am trying to connect an API SDK to my site and I am not a developer as such. The problem is trying to figure out what custom logic to put in the fields that I bolded below. If anyone has any experience, feedback or comments, they would be more than welcome as I have exhausted every avenue and there is no support (MIT)!

    Process the message
    
    *
    
    * @param {JSON} message
    
    */
    
    const processInternal = (message) => {
    
    const data = message.notification.data;
    
    // eslint-disable-next-line no-console
    
    console.log('Hello, what is your User ID?${data.userId}');
    
    // eslint-disable-next-line no-console
    
    console.log('Username: ${data.username}Welcome!);
    
    };
    
    module.exports = { process: processInternal };
Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi, servicewithasmileratings, out of curiosity, can you please name the API that you are attempting to connect to?

    This will help in troubleshooting the issue.

    Thread Starter servicewithasmileratings

    (@servicewithasmileratings)

    Hi, sorry so late to respond. It is the eBay Browse API

    Thread Starter servicewithasmileratings

    (@servicewithasmileratings)

    My knowledge of code is limited as are the instructions on github. Here is the link and about half way down the page is the config and then this item! And thanks Ian, I have been just spinning my wheels searching and watching Youtube videos & was going to give up until now!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Configuration Understanding Problem’ is closed to new replies.