Use `N/https`
# suitescript
e
Use
N/https
s
Could you please elaborate on this please? as i'm new to netsuite. is there any way we can achieve it through suitescript1.0? How do I setup the header?
b
if this is a new script, I vote listen to @erictgrubaugh and use suitescript 2
that said, the header you are working with is oauth 1.
you want to use an external package to generate the authorization header
I generally recommend https://github.com/ddo/oauth-1.0a
s
sorry for being ignorant but, do I need to install this external package? How do I work with it?
b
if you know how to create scripts
s
Thank you.. I know how to create scripts.
Thanks for the information.