summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-02-27Add Public and Release events (#589)Evan Graham
2024-02-23Fixed the `projects().delete_project().send() function (#587)Mike Stemle
2024-02-08Fixed `issues().delete_comment_reaction()` (#566)Mike Stemle
2024-02-07Upgrade http/hyper 1.0 (#564)Toru Ogawa
2024-02-06Don't send Authorization headers to third-party services. (#562)Kor Nielsen
2024-02-04Added tests for `repos().merges()` (#560)Mike Stemle
2024-01-26Handle redirects in ReleasesHandler::stream_asset(). (#556)Kor Nielsen
2024-01-24Resolving issue with deleting reactions from issues. (#555)Mike Stemle
2024-01-15fixed timeout methods not being feature gated (#519)Frank Elsinga
2024-01-15feat: add methods to builder for changing timeouts (#498)John Rinehart
2024-01-15Always set http request header `CONTENT-LENGTH` (#464)phideg
2024-01-15docs: Add link to `Content::decoded_content` (#514)Boyd Kane
2024-01-13Repairing two 204-related serde errors, and adding some simple tests. (#503)Mike Stemle
2024-01-09models: Add CheckRunOutput (#515)maflcko
2024-01-09cargo clippy --tests --examples --fix (#496)maflcko
2024-01-09models/timelines: make dismissal_message optional (#501)Joao Eduardo Luis
2024-01-09Add conclusion, completed_at and output fields to create check api (#467)Rens Rikkerink
2024-01-09Fix typo in docs (#508)Everett Pompeii
2024-01-09[docs] Improve the update_file docs (#513)Boyd Kane
2024-01-08added repos/list_contributors (#500)dmgorsky
2024-01-08Make user information optionalUlisses Albuquerque
2023-11-03add fields for refresh token and expiry timestamps (#477)Sebastian Rollén
2023-11-03Add actions API methods for working with self-hosted runners (#483)Sam Kearney
2023-11-01Conclusion: support eq and hash (#480)Graham Christensen
2023-11-01Fix a bunch of clippy issues (#482)Martin Nordholts
2023-10-31add events for auto_merge_[disabled|enabled] (#479)Sebastian Rollén
2023-10-24Document the PullRequest number field (#476)Christophe Troestler
2023-10-15Add `follow-redirect` feature (#469)Samuel Moelius
2023-10-08add get_readme for RepoHandler (#465)Bryan
2023-10-02Add WatchEvent (#462)Björn Lange
2023-09-25Checks API (#461)Nicholas Yang
2023-09-04add tracing debug only when tracing feature is enabled (#454)Surya
2023-09-01Fix commit_comment webhook event parsing (#453)Gerry Agbobada
2023-08-31Add Octocrab::users() and UsersHandler::repos (#451)iamjpotts
2023-08-31Add CommitHandler::associated_check_runs (#450)iamjpotts
2023-08-24Fix installation token cache issue (#442)Matt Gapp
2023-08-24Add projects Api (#447)Gabriele
2023-08-24Enhance installation webhook eventsGerry Agbobada
2023-08-24Add test for push webhook eventGerry Agbobada
2023-08-24Implement custom deserialization for hybrid Github API timestampsGerry Agbobada
2023-08-24Make webhook_events deserialization tests more robustGerry Agbobada
2023-08-15add `WebhookEventType::Schedule` variantJean Mertz
2023-08-14Add optional email field to AuthorCharles Ede
2023-08-14fix get_asset urlAtrox
2023-08-03Add get_org_installation to AppsRequestHandlerMarcus Pettersen Irgens
2023-07-31Make models::webhook_events::payload publicGerry Agbobada
2023-07-31Rename WebhookEventPayload variantsGerry Agbobada
2023-07-31Add documentation to Webhook event types and main libraryGerry Agbobada
2023-07-30Add webhook event deserialization (#427)Gerry Agbobada
2023-07-28Add associated pull requests and commit compare functionality (#413)Matt Gapp