MCPcopy Index your code
hub / github.com/Linen-dev/linen.dev / getChannelIntegration

Method getChannelIntegration

packages/sdk/src/index.ts:55–59  ·  view source on GitHub ↗
(
    search: LinenTypes.channelGetIntegrationType
  )

Source from the content-addressed store, hash-verified

53 }
54
55 getChannelIntegration(
56 search: LinenTypes.channelGetIntegrationType
57 ): Promise<LinenTypes.ChannelsIntegration | null> {
58 return this.get(`/api/integrations/channels/integration?${qs(search)}`);
59 }
60
61 updateChannelIntegration(
62 data: LinenTypes.channelPutIntegrationType

Callers 1

handleUserFunction · 0.45

Calls 2

qsFunction · 0.90
getMethod · 0.45

Tested by

no test coverage detected