API Reference
httpToolProviderCatalog()
Creates a HTTP tool provider catalog.
Import
import { httpToolProviderCatalog } from "@graphrefly/ts/executors/tool-provider-adapters";
Signature
function httpToolProviderCatalog(opts: Omit<HttpToolProviderRuntimeOptions, "inputs" | "runRequests" | "driver"> = {}): ToolProviderCatalog
Parameters
| Parameter | Type | Description |
|---|---|---|
opts | Omit<HttpToolProviderRuntimeOptions, "inputs" | "runRequests" | "driver"> | Options that configure the helper. |
Returns
The HTTP tool provider catalog result.
Example
import { httpToolProviderCatalog } from "@graphrefly/ts/executors/tool-provider-adapters";
Source
packages/ts/src/executors/tool-provider-adapters.ts