Does anyone know of a suitescript that integrates ...
# suitescript
k
Does anyone know of a suitescript that integrates with a external api, I would like to see some coding example for how to do this myself for a different api.
Like a stripe/ups api, sorry if this questions is poorly worded.
j
@Klemm, If I'm reading your request right, you may want to spend some time reading up on the 'N/https' and 'N/http' modules. Those are what you would use to call to an external api. Look at http(s).request in particular.
k
I have read about N/https and added oauth/crypto-js libs to make an oauth connection with it, now I am more looking for like a other implementation that might be structured better, in case Im missing like some best practices kind of stuff.