Private
clientPrivate
configStatic
Private
instanceStatic
InstanceThe singleton instance.
Attaches a network client to the manager, or uses a default if none provided.
Optional
client: NetworkClientInterfaceThe client to attach, optional.
Creates a network request model by merging specific request data with global config.
The specific request data.
The merged request model.
Performs a GET request using the provided request model.
The request model.
A promise that resolves to the response model.
Retrieves the current global configuration.
The current configuration.
Performs a POST request using the provided request model.
The request model.
A promise that resolves to the response model.
Sets the global configuration for network requests.
The configuration to set.
Singleton accessor for the NetworkManager instance.