-
Notifications
You must be signed in to change notification settings - Fork 0
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
Reorganise TypeDBSource/TypeDBSink 2: Create get_list() and get_objects() #34
Comments
Note that here there is an existing test running system for the get_objects() method that works correctly |
hey, @dfjosullivan thanks for the current, it is really good, especially the logging, which is sick, However, I really neeed the above complex get function, and i notice that the links i put in above are really screwed up. Sorry about that, my fault completely I really need to use this capability to get objects for Type Refinery. ITs essential to do things like get lists of objects, or objects that fulfil a value criteria. Check out the signature below
def get_list(stix_id_list):
|
Plus this one here, super simple to start with, could be improved
|
1 . Object and Method Model should look like this
1. TypeDBSink:
2. TypeDBSource:
3. TypeDBStore:
2. Task for this Issue
The text was updated successfully, but these errors were encountered: