UNPKG

@lfai/egeria-js-commons

Version:

Common module for storing static data such as key value objects, SVGs, icon mappings, API urls.

5 lines (4 loc) 270 B
import { egeriaFetch, fetchData } from './egeria-fetch'; import { handleResponse } from './handle-response'; import { authHeader, authHeaderWithContentType } from './auth-header'; export { authHeader, authHeaderWithContentType, egeriaFetch, fetchData, handleResponse };