# Functions

CreateResource creates a new resource at specified api endpoint.
DeleteResourceByID deletes a resource by its ID at specified api endpoint.
GetResourceByID retrieves a resource by its ID at specified api endpoint.
IsUpToDate checks if the observed resource is up to date with the desired resource.
NewClient initializes a new Magento API client configuration.
UpdateResourceByID updates a resource by its ID at specified api endpoint.

# Structs

Client struct to hold the Magento API client configuration.
Desired represents the desired state of a resource.