Builder
Get features
Builder
Get features
Returns a list of supported builder features. Primarily used to detect the presence of a testing service.
GET
/api/v1/features
curl --request GET \
--url https://api.suborbital.network/api/v1/features
{
"features": [
"testing",
"stream_builds"
],
"languages": [
{
"identifier": "tinygo",
"pretty": "TinyGo",
"short": "go"
}
]
}
curl --request GET \
--url https://api.suborbital.network/api/v1/features
{
"features": [
"testing",
"stream_builds"
],
"languages": [
{
"identifier": "tinygo",
"pretty": "TinyGo",
"short": "go"
}
]
}