This is a Go Implementation to connect with Azure Graph API Endpoints. Currently the Project consumes AppRoleAssignment Beta Endpoints.
-
Get godoc from below command
go get golang.org/x/tools/cmd/godoc -
Use below command to serve a localhost http endpoint to view docs
godoc -http=:<PORT_NUMBER> -
Open browser with
http://localhost:PORT_NUMBER