acacode / swagger-typescript-api

Generate the API Client for Fetch or Axios from an OpenAPI Specification
MIT License
3.39k stars 362 forks source link

How to intercept fetch request/response #895

Closed 7amou3 closed 3 months ago

7amou3 commented 3 months ago

Hello Im generating my http client with the fetch api, I need to intercept my http request/response, any idea on how to achieve this? Thanks