# Functions
ByIDRequestUrlTemplate constructs a URL template for a single resource request using the provided configuration.
DeleteRequestByResourceId performs a custom DELETE request using the Microsoft Graph SDK when the operation is not available in the generated SDK methods.
GetRequestByResourceId performs a custom GET request using the Microsoft Graph SDK when the operation is not available in the generated SDK methods or when using raw json is easier to handle for response handling.
PostRequest performs a custom POST request using the Microsoft Graph SDK when the operation is not available in the generated SDK methods.
PostRequestNoContent performs a custom POST request that doesn't expect a response body.
PutRequestByResourceId performs a custom PUT request using the Microsoft Graph SDK when the operation is not available in the generated SDK methods.
# Structs
DeleteRequestConfig contains the configuration for a custom DELETE request.
GetRequestConfig contains the configuration for a custom GET request.
ODataResponse represents the structure of an OData response.
PostRequestConfig contains the configuration for a custom POST request.
PutRequestConfig contains the configuration for a custom PUT request.
No description provided by the author
# Interfaces
RequestUrlTemplateConfig interface defines the common fields needed for building URLs.
# Type aliases
GraphAPIVersion represents Microsoft Graph API version.