package
0.0.0-20210410195839-d6fbb44119b4
Repository: https://github.com/michaljirman/gomsgraph.git
Documentation: pkg.go.dev
# Functions
AddOptions adds the parameters in opts as URL query parameters to urlBase.
Bool is a helper routine that allocates a new bool value to store v and returns a pointer to it.
CheckResponse checks the API response for errors, and returns them if present.
No description provided by the author
Int is a helper routine that allocates a new int value to store v and returns a pointer to it.
Int64 is a helper routine that allocates a new int64 value to store v and returns a pointer to it.
NewOAuth2ClientFromEnvsOrFail create oauth2 client from environment variables.
String is a helper routine that allocates a new string value to store v and returns a pointer to it.
No description provided by the author
# Structs
A BaseClient manages communication with the MS Graph API.
An ErrorResponse reports one or more errors caused by an API request.
No description provided by the author
# Type aliases
No description provided by the author