swagger-typescript-api
swagger-typescript-api copied to clipboard
feature: added custom axios request
Currently, there isn’t a straightforward way to override the entire axios request for complete wrapping, so I’ve named it "custom action," inspired by the approach used in GraphQL generator libraries. this feature is in fetch HTTP client but not in Axios so i added it to Axios too