Class CategoryResource

Represents a CWE category resource, providing access to category details.

Implements PromiseLike<CweCategory> so it can be awaited directly.

// Await directly to get full category data
const category = await cwe.category(189);

// Or call .get() explicitly
const category = await cwe.category(189).get();

Implements

Methods

Methods