Replies: 1 comment
-
Your best bet is to ask GitHub directly. We don't really know more than you. GitHub publishes an OpenAPI schema of their API and we use that to generate the types for the different endpoints. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm trying to understand the conditions for which the
CommitResponse
object would have null dates in thecommit.author.date
orcommit.committer.date
fields.It would be helpful in order to make a contingency plan (e.g. retrying the call vs exploring default options).
But, I could not find any information in the documentation. I figured this would be a good first place to ask if the library understands that it may be null.
TYIA for the help.
Beta Was this translation helpful? Give feedback.
All reactions