Topic
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...
Hi, can you explain to me how I can paginate when querying for documents?
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 Stefan Selvi
updated 5 years ago by delorishathaway
I need to replicate functionality from an existing api that has a dynamic url. It grabs a device id. How can I do this with scriptr? Can I convert part of a url to params somehow?
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.
I'm trying to use a script in an API.AI Fulfillment (eventually in a Google Assistant Action). The requirements for this seem fairly rigid. https://api.ai/docs/fulfillment#response The response needs to have a certain format: Headers: Content-type: a...
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 am taking the plunge and plan on taking my first steps into programming, and I think by talking with a few people that Python is a worthy language to learn. I know a lot of people say emacs or even notepad++ is a good editor, but I wanted opini...
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...
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
Please log in to post topics.