New:Socket for Asana Is Now Available.Learn more
Sign In

@pidgr/proto

Package Overview
Dependencies
Maintainers
1
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pidgr/proto

TypeScript protobuf and gRPC client stubs for the Pidgr internal communications platform

Source
npmnpm
Version
0.74.0
Version published
Weekly downloads
232
-49.89%
Maintainers
1
Weekly downloads
 
Created
Source

@pidgr/proto

npm GitHub Release License

Generated TypeScript protobuf/gRPC stubs for the Pidgr platform. Built with Protobuf-ES and Connect.

Install

npm install @pidgr/proto

Usage

import { OrganizationService } from "@pidgr/proto/pidgr/v1/organization_pb";
import { CampaignService } from "@pidgr/proto/pidgr/v1/campaign_pb";
import { createClient } from "@connectrpc/connect";
import { createConnectTransport } from "@connectrpc/connect-web";

const transport = createConnectTransport({ baseUrl: "https://api.pidgr.com" });
const client = createClient(OrganizationService, transport);

const org = await client.getOrganization({});

Available Services

ServiceImport
AccessCodeService@pidgr/proto/pidgr/v1/access_code_pb
ActionService@pidgr/proto/pidgr/v1/action_pb
ApiKeyService@pidgr/proto/pidgr/v1/api_key_pb
CampaignService@pidgr/proto/pidgr/v1/campaign_pb
DeviceService@pidgr/proto/pidgr/v1/device_pb
GroupService@pidgr/proto/pidgr/v1/group_pb
HeatmapService@pidgr/proto/pidgr/v1/heatmap_pb
InboxService@pidgr/proto/pidgr/v1/inbox_pb
InviteLinkService@pidgr/proto/pidgr/v1/invite_link_pb
MemberService@pidgr/proto/pidgr/v1/member_pb
OrganizationService@pidgr/proto/pidgr/v1/organization_pb
RenderService@pidgr/proto/pidgr/v1/render_pb
ReplayService@pidgr/proto/pidgr/v1/replay_pb
RoleService@pidgr/proto/pidgr/v1/role_pb
SSOService@pidgr/proto/pidgr/v1/sso_pb
TeamService@pidgr/proto/pidgr/v1/team_pb
TemplateService@pidgr/proto/pidgr/v1/template_pb
UserService@pidgr/proto/pidgr/v1/user_pb

Shared types (enums, pagination, messages) are in @pidgr/proto/pidgr/v1/common_pb.

Other Languages

LanguageInstall
Gogo get github.com/pidgr/pidgr-proto/gen/go@latest
RustGit dependency — see repo

License

Apache-2.0

Keywords

pidgr

FAQs

Package last updated on 14 May 2026

Related posts