Feedback Wanted
Weffe opened this issue · 1 comments
Weffe commented
For the next version, I am in the process of trying to clean up the build process for this project. I would also like to clean up the way the custom Axios types (e.g. AxiosRequestConfigWithVersioning
) are exported since I feel like the current way is a bit cumbersome.
Instead of:
import { AxiosRequestConfigWithVersioning } from 'axios-api-versioning/dist/types/axios';
I would rather prefer:
import { AxiosRequestConfigWithVersioning } from 'axios-api-versioning';
I would like some feedback from those that use this library if this TypeScript change is a good Quality of Life change.
Weffe commented
See v3 release notes that address these concerns.