Skip to content
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

Parse Unixtime fields as Date in the client package #13

Open
mois-ilya opened this issue Aug 19, 2024 · 0 comments
Open

Parse Unixtime fields as Date in the client package #13

mois-ilya opened this issue Aug 19, 2024 · 0 comments

Comments

@mois-ilya
Copy link
Collaborator

mois-ilya commented 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:

  • 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.
@mois-ilya mois-ilya changed the title Parse Unixtime fields as Date in Client Parse Unixtime fields as Date in the client package Aug 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant