Beamable SDK
Public Member Functions | Properties | List of all members
Core.Platform.SDK.IPlatformRequester Interface Reference
Inheritance diagram for Core.Platform.SDK.IPlatformRequester:
Inheritance graph
[legend]

Public Member Functions

Promise< T > RequestJson< T > (Method method, string uri, JsonSerializable.ISerializable body, bool includeAuthHeader=true)
 
Promise< T > Request< T > (Method method, string uri, object body=null, bool includeAuthHeader=true, Func< string, T > parser=null, bool useCache=false)
 
Promise< T > RequestForm< T > (string uri, WWWForm form, bool includeAuthHeader=true)
 
Promise< T > RequestForm< T > (string uri, WWWForm form, Method method, bool includeAuthHeader=true)
 
IPlatformRequester WithAccessToken (TokenResponse token)
 

Properties

AuthService AuthService [set]
 
AccessToken Token [get, set]
 

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