The constructor requires the tenantId, clientId and clientSecret to properly construct requests to BambuMeta.
Your tenantId
Your clientId
Your client secret
The API domain (eg. api.bambumeta.software)
The root of the APIs (eg. nft)
Private
_clientPrivate
_clientPrivate
_domainPrivate
_rootPrivate
_tenantPrivate
_tokenThis function invokes the BambuMeta API request.
Take an object of type <Executable
The executable repsonse type for the API request.
Private
get
The BambuClient is used to invoke the BambuMeta Client APIs. This class captures the connection information, which handles the authentication access to the BambuMeta APIs.