We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be great to have endpoints for each filter object as well as a general listing endpoint
I would expect:
/api/v3/filter_objects/
GET
/api/v3/filter_objects/{type}/
POST
The text was updated successfully, but these errors were encountered:
For context this would be useful for being able to evaluate filter objects in NDT
Sorry, something went wrong.
For the POST you mean like you'd give it a FO JSON with some parameters and Normandy would evaluate it for you and give you back the result?
Correct
No branches or pull requests
It would be great to have endpoints for each filter object as well as a general listing endpoint
I would expect:
/api/v3/filter_objects/
:GET
requests give you a list of FO schemas by type/api/v3/filter_objects/{type}/
:GET
requests return a schemaPOST
requests get you a JEXL expression for the FOThe text was updated successfully, but these errors were encountered: