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)