⚠️ This package is deprecated. v2 is the final release. No future versions will be published.
Skip to content

addResponse()

You can add an interceptor function for each HTTP response.

ts
import api from "axe-api-client";

api.interceptors.addResponse((response: Response) => {
  // console.log(response);
});

Released under the MIT License.