Closed ocervell closed 9 months ago
Would be nice to be able to specify a regex in --path parameter, so that we can dynamically select which API paths we want to run:
For instance: cats -c openapi.yml -s "https://<myapi>" -p "/api/users*" # would run all functions under /api/users as defined in the OpenAPI spec
cats -c openapi.yml -s "https://<myapi>" -p "/api/users*"
Nevermind, it is already the case
Would be nice to be able to specify a regex in --path parameter, so that we can dynamically select which API paths we want to run:
For instance:
cats -c openapi.yml -s "https://<myapi>" -p "/api/users*"
# would run all functions under /api/users as defined in the OpenAPI spec