Manweill / swagger-axios-codegen

swagger client to use axios and typescript
MIT License
306 stars 83 forks source link

How to filter urls? #194

Closed Hexi1997 closed 6 months ago

Hexi1997 commented 6 months ago

I tried using the urlFilters api, but found that according to the current implementation, fuzzy matching is not possible image

Hexi1997 commented 6 months ago

maybe path.includes(urlFilter) will be better

Hexi1997 commented 6 months ago

OK, I found includes api which works for me.