Registry / http-client / microsoftgraph-msgraph-sdk-go-core

microsoftgraph-msgraph-sdk-go-core

JSON →
library1.4.1gogounverified

Package msgraph-sdk-go-core provides the core HTTP client and middleware for the Microsoft Graph API Go SDK.

go get github.com/microsoftgraph/msgraph-sdk-go-core
INSTALL
IMPORT
SIG · MICROSOFTGRAPH-MSG
M
microsoftgraph-msgraph-sdk-go-core
http-clientgov1.4.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

msgraphcore
github.com/microsoftgraph/msgraph-sdk-go-core

Create a new Graph client

package main import ( "context" "fmt" msgraphcore "github.com/microsoftgraph/msgraph-sdk-go-core" ) func main() { client := msgraphcore.NewGraphClient(nil) fmt.Println(client) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.4.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
16
Amazon
1
OpenAI (training)
1
Resources
microsoftgraph-msgraph-sdk-go-core — go get microsoftgraph-msgraph-sdk-go-core · libregistry