Beamable SDK
|
Public Member Functions | |
MicroserviceRequester (IMicroserviceArgs env, RequestContext requestContext, SocketRequesterContext socketContext) | |
Promise< Unit > | Authenticate () |
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 | |
readonly RequestContext | _requestContext |
Properties | |
IAccessToken | AccessToken [get] |
Properties inherited from Beamable.Common.Api.IBeamableRequester | |
IAccessToken | AccessToken [get] |
|
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.