CWE API Client - v1.0.1
    Preparing search index...

    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();
    Index

    Methods

    Methods