Proxies a request and resolves the upstream Response. Successful and
upstream-error responses pass through untouched - streaming, binary and
large bodies are preserved (the body is never read on the success path).
The one exception is a CBK authorization_required signal, which is thrown
as an AuthorizationRequiredError carrying the url the user must
visit to authenticate.
Optionaloptions: {Posts a bulletin to a blueprint's shared board.
Exports a blueprint's resources as a transportable document.
Creates a new instance of the same client type with extended options.
This is useful when you need to create a client with modified configuration (e.g., different endpoint, token, or headers) without affecting the original.
Note: This method creates a completely new instance rather than cloning, which is necessary because private class fields cannot be copied.
Options to merge with current options
A new instance of the same client class with extended options
Imports (reconciles) resources into a blueprint. The blueprint may be
addressed by id or @alias; pass ensure: true to create it on miss.
Retrieves a list of all blueprints.
Optionalrequest: BlueprintListRequestLists the bulletins on a blueprint's shared board.
Optionalrequest: BlueprintBulletinListRequest
Blueprint client.