GET

/v2/functions/{environment}.{userID}/{namespace}

environment*
userID*
namespace*
curl --request GET \
  --url https://api.suborbital.network/v2/functions/{environment}.{userID}/{namespace}
[
  {
    "apiVersion": "0.12.0",
    "draftVersion": "v2.0.0",
    "fqmn": "fqmn://com.suborbital.user/default/foo@0a0d8c1d97828d3dbdeb645ad74a61bbe947aaa2ae4623753d19a7971c0a22ec",
    "lang": "javascript",
    "name": "foo",
    "namespace": "default",
    "uri": "/com.suborbital.user/default/foo",
    "version": "v1.0.0"
  }
]

Path Parameters

environmentrequired
string

The root compute environment (i.e. the vendor)

userIDrequired
string

The vendor's user

namespacerequired
string

The plugin namespace (vendor-defined groups of plugins)

Response

array