StackApp

A stack app is a collection of stacks.

Implements Scorable Slugified

Fields

createdAt (DateTime)

Creation time of this object in ISO 8601 format.

description (String)
id (ID)

Unique StackShare ID.

name (String)

Name of the object.

private (Boolean)

Whether this object is private.

scores (Hash)

Tech stack scores for this object: cost score, freshness score, security score, adoption score, and overall score. Example: { "cost_score": 97, "freshness_score": 75, "security_score": 99, "adoption_score": 88, "overall_score": 88 }

slug (String)

Unique string identifying this object.

stages (Hash)

Stages of the tools in this stack app, in an array of hashes with stage name and tools count. Example: [ { "stage_name": "Adopt", "tools_count": 17 }, { "stage_name": "Deprecated", "tools_count": 2 } ]

tags ([String])
type (String)

Type of the object.

updatedAt (DateTime)

Update time of this object in ISO 8601 format.

members (paginated Users)
orgs (paginated Orgs)

The orgs or products this stack app belongs to.

stacks (paginated Stacks)
teams (paginated Teams)
tools (paginated Tools)
Name Type
includePackages optional Boolean