Summary
Sometimes it seems like an unnecessary extra step to wrap all the query filters in a FileEventQuery object, which requires a separate import too... If passing just a filter or list of filters to securitydata.search_file_events(), it would be nice if it assumed you wanted the all query.
Probably a 2.0 suggestion, seeing as we are planning on refactoring filters.
Proposed API
securitydata.search_file_events() to accept one or more filter groups.
Intended Use Case
Make the most common use-case for file event queries easier.
Summary
Sometimes it seems like an unnecessary extra step to wrap all the query filters in a
FileEventQueryobject, which requires a separate import too... If passing just a filter or list of filters tosecuritydata.search_file_events(), it would be nice if it assumed you wanted theallquery.Probably a 2.0 suggestion, seeing as we are planning on refactoring filters.
Proposed API
securitydata.search_file_events()to accept one or more filter groups.Intended Use Case
Make the most common use-case for file event queries easier.