Is there a way of creating a button that when pressed an RestAPI call is made? I can't find where the script would be or where to start.
Any ideas would be great
Is there a way of creating a button that when pressed an RestAPI call is made? I can't find where the script would be or where to start.
Any ideas would be great
Reset API call?
Could you explain further please?
What you're asking doesn't make sense to me.
You can use sendHttpRequest() to make calls to your RestAPI - but our API currently only supports GET and POST requests. If you need more http methods, we could add them for the new version (although in the meantime you can always use Java's built-in HttpURLConnection of course)
Ooooh! A new part of the API I didn't know about to explore
Don’t have an account yet? Create a new account now and be part of our community!