beamable-sdk / core/BeamUtils / createStandaloneRequester
Function: createStandaloneRequester()¶
createStandaloneRequester(
props):HttpRequester
Defined in: src/core/BeamUtils.ts:86
Creates a HttpRequester instance for standalone API requests.
This is useful when you need to make API calls without initializing the SDK.
Parameters¶
props¶
Configuration properties for the standalone requester.
Returns¶
A HttpRequester instance.