modulepackage
0.0.3
Repository: https://github.com/aserto-dev/msgraph-sdk-go.git
Documentation: pkg.go.dev
# 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
# Functions
NewMsgraph instantiates a new Msgraph and sets the default values.