Function: useGetApisConfig()
useGetApisConfig():
ApisConfig
Defined in: src/core/services/http.service.ts:156
Returns a shallow copy of the registered APIs. Alias for useGetApis.
Returns
A shallow copy of the current API registry.
Example
import { useGetApisConfig } from "katanakit-js";
const apis = useGetApisConfig();