-
-
Notifications
You must be signed in to change notification settings - Fork 272
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Implement getting users and reopos by their respective IDs (#690)
* Get users by ID * Get repos by ID * Fix for issues * Add repository to issues webhook * Add repository to issue comments webhook * Add #[serde(untagged)] to webhook event payload type * Revert "Add #[serde(untagged)] to webhook event payload type" This reverts commit ac0a792. * Update for 'repos' and 'repositories' * Fix naming * Remove wrong slash * Remove unrelated changes * Fix getting users by ID * Fix test * Fix tests
- Loading branch information
Showing
28 changed files
with
195 additions
and
425 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.