how do i pass parameters in https.request suitescr...
# suitescript
l
how do i pass parameters in https.request suitescript.2.0 ? right now i have headers and body but the API requires some additional params.
b
im guessing you mean url query parameters
which kinda means you put them in the url
l
ok so i have to include them in the url right?
b
usually the api is pretty explicit about where parameters should go
if you dont know how to escape the parameters yourself, you can use url.format
l
ok sounds good. thanks so much for your help. you are always helpful