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
Implement parsing for all fields with unixtime in the Swagger schema as Date objects in the client package. This will involve introducing either a custom field or a custom format for integers in the schema to represent unixtime fields. Additionally, a custom converter will need to be written to handle this type.
Requirements:
Add a custom field or agree on a custom format for integers in the Swagger schema to indicate unixtime fields.
Implement a custom converter in the client package that parses these fields as Date objects.
Acceptance Criteria:
Unit tests are written to verify the correct parsing of unixtime fields as Date objects.
The text was updated successfully, but these errors were encountered:
mois-ilya
changed the title
Parse Unixtime fields as Date in Client
Parse Unixtime fields as Date in the client package
Aug 19, 2024
Implement parsing for all fields with unixtime in the Swagger schema as Date objects in the
client
package. This will involve introducing either a custom field or a custom format for integers in the schema to represent unixtime fields. Additionally, a custom converter will need to be written to handle this type.Requirements:
Date
objects.Acceptance Criteria:
Date
objects.The text was updated successfully, but these errors were encountered: