Snyk/assets
@webframp/snyk/assetsv2026.07.19.1
01README
Snyk Assets — asset discovery and classification across the group
02Release Notes
2026.07.19.1
Added: Initial code-generated release of @webframp/snyk/assets with 4 methods covering the Snyk assets API surface.
03Models
@webframp/snyk/assetsv2026.07.19.1snyk/assets.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| apiToken | string | Snyk API token |
| groupId | string | Snyk group ID |
| version | string | Snyk API version date |
fn list_assets()
List Assets with filters (Early Access)
fn get_asset(asset_id: string)
Get an Asset by its ID (Early Access)
| Argument | Type | Description |
|---|---|---|
| asset_id | string | Unique identifier for the Asset |
fn list_related_assets(asset_id: string, type?: enum)
List related assets with pagination (Early Access)
| Argument | Type | Description |
|---|---|---|
| asset_id | string | Unique identifier for the Asset |
| type? | enum | Filter by asset type |
fn list_asset_projects(asset_id: string)
List asset projects with pagination (Early Access)
| Argument | Type | Description |
|---|---|---|
| asset_id | string | Unique identifier for the Asset |
Resources
list_assets(infinite)— List Assets with filters (Early Access)
asset(infinite)— Get an Asset by its ID (Early Access)
related_assets(infinite)— List related assets with pagination (Early Access)
asset_projects(infinite)— List asset projects with pagination (Early Access)
04Stats
A
100 / 100
Downloads
0
Archive size
7.8 KB
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types (deprecated)1/1earned
- Dependencies pass trust audit2/2earned
- Has description1/1earned
- Platform support declared (or universal)2/2earned
- License declared1/1earned
- Verified public repository2/2earned
05Platforms
06Labels