https://github.com/microsoftgraph/msgraph-training-go
Completed project for Build Go apps with Microsoft Graph
https://github.com/microsoftgraph/msgraph-training-go
devxtraining
Last synced: 6 months ago
JSON representation
Completed project for Build Go apps with Microsoft Graph
- Host: GitHub
- URL: https://github.com/microsoftgraph/msgraph-training-go
- Owner: microsoftgraph
- License: mit
- Created: 2022-04-14T17:28:04.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-08-11T09:02:10.000Z (6 months ago)
- Last Synced: 2025-08-11T11:17:44.993Z (6 months ago)
- Topics: devxtraining
- Language: Go
- Homepage:
- Size: 29.8 MB
- Stars: 14
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Build Go apps with Microsoft Graph - Completed project
[](https://github.com/microsoftgraph/msgraph-training-go/actions/workflows/go.yml)
This sample will introduce you to working with the Microsoft Graph SDK to access data in Microsoft 365 from Go applications. This code is the result of completing the [Go Microsoft Graph tutorial](https://learn.microsoft.com/graph/tutorials/go) and the [Go Microsoft Graph app-only tutorial](https://learn.microsoft.com/graph/tutorials/go-app-only).
## Running the sample
The code for the delegated user authentication sample is in the [user-auth](user-auth) folder. Instructions to configure and run the sample can be found in the [README](user-auth/README.md) in that folder.
The code for the app-only authentication sample is in the [app-auth](app-auth) folder. Instructions to configure and run the sample can be found in the [README](app-auth/README.md) in that folder.
## Code of conduct
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
## Disclaimer
**THIS CODE IS PROVIDED _AS IS_ WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.**