Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate supporting targeting single values as well as paths #159

Open
neochrome opened this issue Feb 22, 2023 · 0 comments
Open

Investigate supporting targeting single values as well as paths #159

neochrome opened this issue Feb 22, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@neochrome
Copy link
Owner

Currently only paths are supported, which means it's not possible to single out a lone parameter unless it's the only one beneath a parent path.

  • parameter spec:
    • ends with / : fetch the path recursively
    • ends with * : fetch the parent path recursivel and filter on wildcard match
    • ends with [a-zA-Z0-9-_]: fetch the specified value ⚠️ breaking change?!
@neochrome neochrome added the enhancement New feature or request label Mar 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant