Topic
I need to determine if a script has been called again within a few seconds of the last call. I coded up a short test that saves the last timestamp in a storage.global variable (which could actually be a storage.local variable) and then compares the c...
Hello, From your documentation, I can see that I can use the "http" module to invoke third party APIs from my scriptr.io scripts. Does this mean that all requests are sent through http and not https? It is very important for us to use SSL to transfer...
asked 6 years ago by Stefan Selvi
updated 4 years ago by Yannick Galatol
The following threw the error "TypeError: Cannot find function template in object …": var _ = require("/modules/underscore/underscore.js"); var foo = _.template("");
asked 6 years ago by Alex Truckman
updated 6 years ago by Julien Mrad
Hi, Do you guys have any sample scripts that we could use to get us started faster? Thx.
Hi, I can't find the correct syntax to use sendmail function with multiple recipients. Is it possible ? Regards, Jérémie
Hello, I read your documentation and tried a couple of scripts on your environment. It looks very nice, but I have a few questions: 1) Running the scripts from there, I can see that all invocations are sent through http POST. Do you support other ver...
asked 6 years ago by Wendy
updated 6 years ago by Julien Mrad
Hi I'm getting a NULL response back from request.parameters even when passing in parameters using the IDE run dialog. Am I missing something obvious? var params = JSON.parse(request.parameters); return params.test
Hi, I have a question regarding the invocation of our scripts on scriptr.io. We cannot send the 'Authorization' HTTP header along with our requests. Is there another way to authenticate with you? Alex
Hi, I need some help. I'm trying the below code: I tried the following script. var test = "abc" return http.request({ url: "http://mysterious-sierra-8455.herokuapp.com/abcd", method : 'PUT', headers : { "Content-Type": 'application/json', "Content-Le...
Hello, I am unable to turn on automatic deployment. Please advise.
Please log in to post topics.