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.
Klemm
06/24/2019, 8:15 PM
Like a stripe/ups api, sorry if this questions is poorly worded.
j
jarens
06/24/2019, 8:23 PM
@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
Klemm
06/24/2019, 8:26 PM
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.