Builder
Build plugin
POST

/api/v1/build/{language}/{environment}.{userID}/{namespace}/{pluginName}

language*
environment*
userID*
namespace*
pluginName*
curl --request POST \
  --url https://api.suborbital.network/api/v1/build/{language}/{environment}.{userID}/{namespace}/{pluginName}
"logs"

Authorizations

Authorization[header]required
string

Builder API requests require a Bearer header with an editor token. Obtain an editor token from the Adminstrative API.

Path Parameters

languagerequired
string

The language toolchain used to configure the builder

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)

pluginNamerequired
string

The plugin name (user-defined)

Response