summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-12-29Release 0.18.1v0.18.1octocrab@0.18.1Erin Power
2022-12-29Fix `list_stargazers` bug (#289)Liam Neville
2022-12-27Release 0.18.0v0.18.0octocrab@0.18.0Erin Power
2022-12-27support updating PR (#287)Iguchi Tomokatsu
2022-12-17Fix type Vec<Repositories> to InstallationRepositories on example (#284)Shia
2022-12-16Make Review::user optional (#283)MarcoFalke
2022-12-13Introduce `state_reason` field in `Issue` (#282)Lee Dogeon
2022-12-12Update base64 requirement from 0.13.0 to 0.20.0 (#281)dependabot[bot]
2022-12-10`Issue.state` has type `IssueState`, not `String` (#253)Peter Goodspeed-Niklaus
2022-12-10Some improvements to README.md (#273)SkyfallWasTaken
2022-12-10crash when using pagination on `installation/repositories` (#280)gabm
2022-12-01request_reviews fixups (#279)MarcoFalke
2022-11-30change list_stargazers to use the Github relevant API option with `starred_at...yanshay
2022-11-30Make the new `encoding` field optional as it's absent in responses to `PUT` r...Jakub Wieczorek
2022-11-30Make fields in PullRequestChanges accessible (#262)Björn Lange
2022-11-30Graduate issues lock API (#260)MarcoFalke
2022-11-30Implement delete_file (#276)Jesse Li
2022-11-27Add 'request_reviews' function (#277)Aurèle Oulès
2022-11-25Cleanup reactions interface (#274)MarcoFalke
2022-11-23Implement reactions for issues (#272)Aurèle Oulès
2022-11-23Make Issue.number type u64 (#261)MarcoFalke
2022-11-23Add 'body_text' and 'body_html' to Review (#271)Aurèle Oulès
2022-11-17Add OAuth + device flow (#248)Ian Wahbe
2022-11-11Add AppsRequestHandler::installation() (#266)Hong Minhee (洪 民憙)
2022-11-06Make `encoding` optional in `Content` (#265)Mike Birtwell
2022-11-06Fix listing contents containing submodules (#264)Mike Birtwell
2022-10-16Adding invitations. (#256)Michael D. Stemle, Jr
2022-10-15Adding support for listing team members. (#254)Michael D. Stemle, Jr
2022-10-11ensure that absolute URLs are used, fix #149 (#251)Maximilian Hils
2022-10-09Fix markdown link to docs (#250)Matthieu Gouel
2022-09-30disable default-features on chrono (#240)Hayley Deckers
2022-09-30Add `list_branches` method to `repos` module (#243)清茶
2022-09-30Add PullRequestReviewEvent (#242)sagu
2022-09-27Add encoding to the content (#245)Surya
2022-08-30Add more TLS options support (#241)Ho Kim
2022-08-16Fix 401 handler (#239)Sunyeop Lee
2022-08-16add list_org_members (#238)Liam Neville
2022-08-13Release 0.17.0v0.17.0octocrab@0.17.0Erin Power
2022-08-13Add models and API for listing repo commits (#221)jam1garner
2022-08-13Add a function that exposes the installation token (#210)Mike Birtwell
2022-08-13Add categories and keywords to cargo.toml (#220)Dueen Eduarda
2022-08-13feat: Add in "Basic" Auth option (#230)plotchy
2022-08-13fix: Type changes in PullRequestEvent correctly (#228)Naoki Ikeguchi
2022-08-13Make all UpdateGistFile fields optional (#231)Rooted
2022-08-11Fix not clearing cached token on 401 (#234)Sunyeop Lee
2022-08-03Add list_files to pull API for getting pull request file diffs (#212)tigercat2000
2022-07-23Add `list_stargazers` method to `repos` module (#229)Liam Neville
2022-07-10Add into_stream method to Page (#222)Mike Birtwell
2022-06-28Fix absolute API path for workflow API to support path prefixed base_url (#223)Takamasa Saichi
2022-05-29Feature/api rate limit (#216)Wenxuan