You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As I was re-writing the query script, I came across this line: parser.add_argument("--allow-asynch", dest="allow_asynch", default=True, help="Indicate whether or not the client support Asynchronous Polling. Defaults to True")
Currently, none of the other scripts have it. Adding this argument should be considered.
-Mark
The text was updated successfully, but these errors were encountered:
Normally I'd be all for that, but I think I'm against it because the TAXII Specifications call it allow_asynch, and it's currently implemented as allow_asynch in libtaxii.messages_11 [1]
That said, there's an argument to be made that the CLI doesn't have to 100% mirror the code/specs.
As I was re-writing the query script, I came across this line:
parser.add_argument("--allow-asynch", dest="allow_asynch", default=True, help="Indicate whether or not the client support Asynchronous Polling. Defaults to True")
Currently, none of the other scripts have it. Adding this argument should be considered.
-Mark
The text was updated successfully, but these errors were encountered: