-
Notifications
You must be signed in to change notification settings - Fork 75
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Use case
I am building a module of my api, and I just need few endpoint, about 10% of all api endpoint.
But now the swagger_parser generate all endpoint, which is not the the best case
Proposal
in the swagger_parser.yaml, add some kind of keys like this
...
exclude_paths:
- "/cars/get"
include_paths:
- "/auth/user"
- "/balance"
- "/balance/transactions"
- "/balance/withdrawals"
- "/balance/withdrawal/requests"
- "/deposit-payment/request-payment-link"
- "/deposit-payment/payment-status/{uuid}"
Carapacik and hummer007
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request