used to track transformations to the request
construct the request body from a request builder callback
a callback that should add properties using the request builder
build the child clients of this builder
an override for the fetch instance used by the resulting client
a builder to inherit from before building the child clients
merge an object with the context of this builder using the same logic as Object.assign
an object to merge with the current context
create a new builder with the transformations all inherited builders flattened into it
add a builder to the beginning of the transform chain instead of the end
a builder to add as a parent or a dynamic builder contstruction callback
add request and context transformations from another config builder
a builder with request or context transformations
apply a functional transformation to the builder and return the result of the transformation
a transformation to apply to this
replace a builder in the _parents array with a different builder
the parent builder to be replaced
the builder to replace it with
construct a context object by applying a series of transformations to an initialValue
a starting value to use for the context transformations
construct a request object by applying a series of transformations to an initialValue
a context object used to resolve request transformations
the starting value to use for the request transformations
build the final request, send it and apply appropriate middleware
an override for the fetch instance used by the resulting client
a builder to use to construct the final context and request objects
add a builder to the end of the transform chain
a builder to add as a parent or a dynamic builder contstruction callback
wrap the constructor with context update handlers
an override for the builder to accept new transformations
a callback for accepting a request builder callback or value and sending the resulting request
Generated using TypeDoc
used to track transformations to the context