Abstract class that defines the required functions to properly invoke a BambuMeta request from a client application.
getBody is used by the BambuClient to properly construct the request object body.
Returns the expected body of the request utilizing the defined request attributes.
getMethod is used by the BambuClient to properly construct the request call.
request method
getResponse is used by the BambuClient to propery return the response object type.
the api response object returned by the BambuMeta client before being converted to the UploadBase64ImageResponse
UploadBase64ImageResponse
getRootPath is used by the BambuClient to properly construct the request call.
The root path of the request
getURLPath is used by the BambuClient to properly construct the request call.
Optional
the tenant id defined in the BambuClient
request url
Abstract class that defines the required functions to properly invoke a BambuMeta request from a client application.