<@UHWV97HAL> I found your nsrestlet package on npm...
# suitescript
k
@Michael Pope I found your nsrestlet package on npm but WebStorm says there's no createLink when I try to use your example. Is this normal?
m
Hey, that isn't normal... hmmm... I don't use webstorm to be honest, so I'm not quite sure why it's coming up. Try the following and let me know what it says:
var nsrestlet = require('nsrestlet');
console.log(Object.keys(nsrestlet));
That should print out the available methods and properties
Let me know what that says and I can take a look.
k
Thanks for the reply! I found a simpler solution though. 🙂
He's got his headers in the wrong order but otherwise it works. 🙂