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
Add support on CustomJsonEncoder for datetime objects
The JsonEncoder not support datetime objects used on CustomFields
custom_fields = CustomFieldHelper() custom_fields.add_date('date', datetime.now()) case = Case(title='Example', description='description', customFields=custom_fields.build()) api.create_case(case)
Improve object CustomJsonEncoder allowing the datetime objects
The text was updated successfully, but these errors were encountered:
Support for json datetime
bf506ed
Issue TheHive-Project#138
Support for json datetime (#139)
fbc7046
PR that fixes Issue #138
No branches or pull requests
Feature Request
Add support on CustomJsonEncoder for datetime objects
Work Environment
Problem Description
The JsonEncoder not support datetime objects used on CustomFields
Steps to Reproduce
Possible Solutions
Improve object CustomJsonEncoder allowing the datetime objects
The text was updated successfully, but these errors were encountered: