1.0.2 • Published 4 years ago

@springtree/eva-sdk-core-warning v1.0.2

Weekly downloads
3
License
ISC
Repository
-
Last release
4 years ago

@springtree/eva-sdk-core-warning

This is an interceptor for the EvaService implementation from @springtree/eva-sdk-core-service. It can be used to log EVA-Warning headers being returned from the backend.

Usage

import { evaWarningLogger } from '@springtree/eva-sdk-core-warning');

// This will register and enable the interceptor with the EvaService class
//
evaWarningLogger.activate();