MCPcopy
hub / github.com/infinitered/gluegun / GluegunHttp

Interface GluegunHttp

src/toolbox/http-types.ts:3–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { ApisauceInstance, ApisauceConfig } from 'apisauce'
2
3export interface GluegunHttp {
4 /* An apisauce instance. */
5 create(options: ApisauceConfig): ApisauceInstance
6}

Callers 5

index.test.tsFile · 0.65
builder.test.tsFile · 0.65
runFunction · 0.65
http-tools.tsFile · 0.65

Implementers 1

Buildersrc/domain/builder.ts

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…