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