Beamable SDK
|
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< EmptyResponse > | InitializeSubscription () |
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 |
|
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.