Beamable SDK
Classes | Enumerations
Beamable.Common.Api Namespace Reference

Classes

class  AliasHelper
 
class  BeamableGetApiResource
 This type defines getting Api data source. More...
 
class  BeamableGetApiResourceViaPost
 Helper class that can be used to make continuous Method.POST requests in order to keep some cached data somewhere. More...
 
class  CometClientData
 
struct  CometClientDataEntry
 
class  EmptyResponse
 
class  HttpRequesterException
 An exception that comes from an HTTP request More...
 
interface  IAccessToken
 
interface  IBeamableFilesystemAccessor
 
interface  IBeamableRequester
 This type defines the IBeamableRequester. More...
 
interface  IHasBeamableRequester
 
interface  IHttpRequester
 
interface  IRequestErrorWithStatus
 
interface  ISupportGetLatest
 This type defines getting fresh data from an Api data source (e.g. Service). More...
 
interface  ISupportsGet
 This type defines getting fresh data from an Api data source (e.g. Service). More...
 
interface  IUserContext
 
class  NoConnectivityException
 An error that comes from the IBeamableRequester or the IHttpRequester when there is no internet connectivity. More...
 
class  PromiseRequesterExtensions
 
class  RequesterException
 An exception that comes from a request made through the IHttpRequester or the IBeamableRequester More...
 
class  SimpleUserContext
 
class  UserDataCache
 A UserDataCache<T> is a utility class that stores some generic type per player gamertag. More...
 

Enumerations

enum  Method { GET = 1 , POST = 2 , PUT = 3 , DELETE = 4 }