Matt Davis
Matt Davis
I'm attempting to add a user to my SharePoint site who does not already exist using the `ensure_user` function in the `office365.sharepoint.webs.web` file. However, I'm facing an error that the...
I'm trying to use the code below to load the `GET /security/incidents` endpoint following the [Microsoft Documentation](https://learn.microsoft.com/en-us/graph/api/security-list-incidents?view=graph-rest-1.0&tabs=http). However, I'm facing a `TypeError` when I try to run the `security.get_all()` function....
Fixes https://github.com/PyGithub/PyGithub/issues/2070 by adding the `security_and_analysis` _query parameters_ argument to [PATCH Repository](https://docs.github.com/en/rest/repos/repos#update-a-repository), which will allow programmatic enable/disable functionality for Secret Scanning, Code Scanning, and Dependabot Alerts. Adds functionality to [GET...
## Problem Statement We need a solution to ensure that the python boolean representations are correctly converted to JSON-compatible lowercase counterparts. Currently, when you pass **query parameters** to the GitHub...