https://github.com/aserto-dev/msgraph-sdk-go
microsoft msgraph sdk with just a subset of modules
https://github.com/aserto-dev/msgraph-sdk-go
Last synced: 8 months ago
JSON representation
microsoft msgraph sdk with just a subset of modules
- Host: GitHub
- URL: https://github.com/aserto-dev/msgraph-sdk-go
- Owner: aserto-dev
- License: mit
- Created: 2023-06-22T09:48:38.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-13T15:12:36.000Z (almost 2 years ago)
- Last Synced: 2025-03-12T05:03:08.754Z (over 1 year ago)
- Language: Go
- Size: 1.03 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# msgraph-sdk-go
microsoft msgraph sdk with just a subset of modules
## msgraph sdk generation
```
dotnet tool install --global Microsoft.OpenApi.Hidi
dotnet tool install --global Microsoft.OpenApi.Kiota
wget https://raw.githubusercontent.com/microsoftgraph/msgraph-metadata/master/openapi/v1.0/openapi.yaml
hidi transform -d openapi.yaml -c postman.json -o ./msgraph.yaml
kiota generate -l go -d msgraph.yaml -n github.com/aserto-dev/msgraph-sdk-go -o ./ -c msgraph
```