Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FormatAPIError ¶
func IsNotFoundError ¶
Types ¶
type RTRequestAdapter ¶
type RTRequestAdapter struct {
khttp.NetHttpRequestAdapter
Client *nethttp.Client
}
DefaultRequestAdapter is the core service used by GraphServiceClient to make requests to Microsoft Graph.
func NewRequestAdapter ¶
func NewRequestAdapter(authenticationProvider absauth.AuthenticationProvider, httpClient *nethttp.Client) (*RTRequestAdapter, error)
NewRequestAdapter creates a new RTRequestAdapter with the given parameters
type SDK ¶
type SDK interface {
Api() *api.ApiRequestBuilder
WellKnown() *wellknown.WellKnownRequestBuilder
Client() *nethttp.Client
Endpoint() *u.URL
UploadFileArchive(ctx context.Context, key string, archive io.ReadSeeker) (*string, error)
}
func NewSDKWithAccessToken ¶
Click to show internal directories.
Click to hide internal directories.