@cpod/sdk - v0.2.7
    Preparing search index...

    Function getDashboardOverview

    • Get dashboard overview with summary statistics

      Returns Promise<DashboardOverview>

      Dashboard overview with key metrics

      401 - Not authenticated

      import { getDashboardOverview } from "@cpod/sdk";

      const overview = await getDashboardOverview();
      console.log(`Total users: ${overview.total_users}`);
      console.log(`Active projects: ${overview.active_projects}`);