Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApiVersion ¶
type ApiVersion string
const ( VersionOnePointZero ApiVersion = "v1.0" VersionBeta ApiVersion = "beta" )
type Client ¶
type Client struct { *client.Client // EnableRetries allows reattempting failed requests to work around eventual consistency issues // Note that 429 responses are always handled by the base client regardless of this setting EnableRetries bool // contains filtered or unexported fields }
func NewMsGraphClient ¶
func NewMsGraphClient(api environments.Api, apiVersion ApiVersion) (*Client, error)
func (*Client) NewRequest ¶
Click to show internal directories.
Click to hide internal directories.