modulepackage
1.0.1
Repository: https://github.com/whl2606555/graph-client.git
Documentation: pkg.go.dev
# README
Microsoft-Graph-SDK-go
Microsoft Graph SDK for Golang(Unofficial)
You can:
1.Get Authenticated easily
2.Manage AccessTokens and RefreshTokens automatically(Auto refresh)
3.Do Request to Microsoft Graph endpoints easily
Inspired by official NodeJS SDK.
You can find more by reading Documents in Doc folder.
中文简介:
个人编写的Microsoft Graph客户端
你可以:
1.通过Auth很容易的登录
2.自动管理令牌和刷新令牌(令牌到期自动刷新)
3.内置的Client可以让您很容易的连接到Microsoft Graph 服务
本包的思想基于官方的NodeJS SDK
您可以在Doc文件夹阅读详情
# Functions
GetClient
Get a *Client
HomeAccountId can be set to "",but should be set by WithHomeAccountId().
NewAuthBuilder Create a new builder.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author