generated from yanyongyu/python-poetry-template
-
-
Notifications
You must be signed in to change notification settings - Fork 38
Closed
Labels
Description
If you look at the OpenAPI spec, the get-commit endpoint returns a commit object containing committer with a date field, which is a string with date-time format. But githubkit's endpoint returns a Commit object containing GitUser where date is just a str, so the user needs to parse the datetime themselves