Builder
Get draft
Gets the draft for the specified plugin.
GET
/
api
/
v1
/
draft
/
{environment}
.
{userID}
/
{namespace}
/
{pluginName}
Authorizations
Authorization
string
headerrequiredBuilder API requests require a Bearer header with an editor token. Obtain an editor token from the Adminstrative API.
Path Parameters
environment
string
requiredThe root compute environment (i.e. the vendor)
userID
string
requiredThe vendor's user
namespace
string
requiredThe plugin namespace (vendor-defined groups of plugins)
pluginName
string
requiredThe plugin name (user-defined)
Response
200 - application/json
lang
string
requiredThe language of a plugin
contents
string
requiredThe source code of a plugin
tests
object[]
An array of tests