https://github.com/microsoftgraph/msgraph-github-content-utility
https://github.com/microsoftgraph/msgraph-github-content-utility
devxeng
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/microsoftgraph/msgraph-github-content-utility
- Owner: microsoftgraph
- License: mit
- Created: 2020-07-15T20:09:13.000Z (over 5 years ago)
- Default Branch: dev
- Last Pushed: 2025-01-09T00:52:34.000Z (about 1 year ago)
- Last Synced: 2025-06-09T11:13:04.423Z (8 months ago)
- Topics: devxeng
- Language: C#
- Size: 46.9 KB
- Stars: 3
- Watchers: 16
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# msgraph-github-content-utility
## Description
A .NET Core utility library that allows for ease of connecting to a GitHub repository using a registered GitHub app and an RSA Private Key.
## Features
This library will allow an authenticated GitHub app to do the below actions.
1. Read blob contents from the repository.
1. Write blob contents to the repository.
1. Create a PR from one branch into another.
## License
Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT [license](LICENSE).