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

Function createTailchatClient

apps/github-app/src/app.ts:200–208  ·  view source on GitHub ↗
(tailchatHost = defaultTailchatApiUrl)

Source from the content-addressed store, hash-verified

198}
199
200function createTailchatClient(tailchatHost = defaultTailchatApiUrl) {
201 const tailchatClient = new TailchatClient(
202 tailchatHost,
203 tailchatAppId,
204 tailchatAppSecret
205 );
206
207 return tailchatClient;
208}
209
210export function buildRouter(
211 app: Probot,

Callers 2

buildRouterFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected