XAMPPRocky / octocrab

A modern, extensible GitHub API Client for Rust.
Other
1.06k stars 258 forks source link

Added `create_git_commit_object` endpoint #600

Closed dmgorsky closed 6 months ago

dmgorsky commented 6 months ago

resolving #571

Had to modify CommitAuthor (models/repos.rs) to add pub date: Option<DateTime<Utc>>; if it is unacceptable, then let's create separate struct

XAMPPRocky commented 6 months ago

Thank you for your PR!