Beamable SDK
Public Member Functions | Protected Attributes | List of all members
Beamable.Server.MicroserviceRequester Class Reference
Inheritance diagram for Beamable.Server.MicroserviceRequester:
Inheritance graph
[legend]
Collaboration diagram for Beamable.Server.MicroserviceRequester:
Collaboration graph
[legend]

Public Member Functions

 MicroserviceRequester (RequestContext requestContext, SocketRequesterContext socketContext)
 
Promise< T > Request< T > (Method method, string uri, object body=null, bool includeAuthHeader=true, Func< string, T > parser=null, bool useCache=false)
 
Promise< EmptyResponseInitializeSubscription ()
 Each socket only needs to set up one subscription to the server. All events will get piped to the client. It's the client job to filter the events, and decide what is valuable. More...
 
IBeamableRequester WithAccessToken (TokenResponse tokenResponse)
 
string EscapeURL (string url)
 

Protected Attributes

RequestContext _requestContext
 

Member Function Documentation

◆ InitializeSubscription()

Promise<EmptyResponse> Beamable.Server.MicroserviceRequester.InitializeSubscription ( )
inline

Each socket only needs to set up one subscription to the server. All events will get piped to the client. It's the client job to filter the events, and decide what is valuable.

Returns

The documentation for this class was generated from the following file: