Function
DroneDeploy Functions is your tool for writing, running, and deploying backend code functionality.
DroneDeploy Functions uses serverless architecture running on the DroneDeploy Platform. You can write Node.js code to build out custom backend functionality and hook into things like Datastore and Triggers seamlessly.
Note: This only matters if you’re using a Function.
Functions.getUrl
Overview
Get the URL of the Function. Once you have your function url, you can use it to call the Function from your App's UI. You do this by passing the name of the function into the getUrl
API method.
Last updated