flowstackFetch
The low-level fetch escape hatch used by every API client function for authenticated requests to the Flowstack backend.
import { flowstackFetch } from 'flowstack-sdk'flowstackFetch is the lowest-level building block exported from the API client. Use it when none of the higher-level functions (listWorkspaces, executeQuery, etc.) cover your call and you need to issue an authenticated request directly. Like the other client functions it accepts credentials and an optional config and returns Promise<ApiResponse<T>>.
See also
Source: README.md#api-client · Also available in llms-full.txt and registry.json.