Topic
asked 6 years ago by
updated 6 years ago by
Category: API
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
updated 5 years ago by
Category: API
Hi, can you explain to me how I can paginate when querying for documents?
asked 6 years ago by
updated 4 years ago by
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
updated 5 years ago by
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
updated 6 years ago by
Hi, Do you guys have any sample scripts that we could use to get us started faster? Thx.
asked 6 years ago by
updated 6 years ago by
Category: API
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...
asked 6 years ago by
updated 6 years ago by
Category: API
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
asked 5 years ago by
updated 4 years ago by
Category: IDE
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...
asked 7 years ago by
updated 7 years ago by
Category: API
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
updated 6 years ago by
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