Skip to content

Improve endpoint path exclusion #168

@praneetloke

Description

@praneetloke
  • Allow excluding endpoint paths using a regex.

While there is a way to exclude endpoint paths by explicitly listing each path, it would be great to also support passing in a regex. For example, if I wanted to exclude /resource and all endpoint paths nested under that, I would simply pass /resource/*.

  • Allow specifying the HTTP method and the endpoint path to improve targeting specific endpoints.

For example, GET /resource would exclude just the GET endpoint and GET /resource/* would exclude all GET endpoints from /resource onwards.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions