MCPcopy Create free account
hub / github.com/msgbyte/tailchat /

Class

apps/github-app/src/client.ts:4–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import crypto from 'crypto';
3
4export class TailchatClient {
5 request: AxiosInstance;
6 jwt: string | null = null;
7 userId: string | null = null;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected