An open API service indexing awesome lists of open source software.

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

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
```