Hi, I am new to Intuiface and learning for last two weeks. Trying to create a custom API Interface asset using Java Script. I am having an issue while calling Intuiface factory for HttpService.
this.httpService = intuiface.get(“httpService”);
I think I am missing to include or import something. Getting an error “httpService is not defined”.
Please help me to resolve this issue.