connectwise-rest
    Preparing search index...

    Variable SECTIONSConst

    SECTIONS: readonly [
        "CompanyAPI",
        "ConfigurationsAPI",
        "ExpenseAPI",
        "FinanceAPI",
        "MarketingAPI",
        "ProcurementAPI",
        "ProjectAPI",
        "SalesAPI",
        "ScheduleAPI",
        "ServiceAPI",
        "SystemAPI",
        "TimeAPI",
    ] = ...

    Top-level Manage client. Section clients are exposed as lazy getters so you pay for each only when first accessed. Each access caches the instance in place.

    All sub-APIs share this single Manage instance (and therefore a single axios client, auth state, and connection pool).