InviteApiClient
Contains all the endpoints needed to manage invite codes.
Constructors
new InviteApiClient()
new InviteApiClient():
InviteApiClient
Returns
Methods
getSpecificInvite()
static
getSpecificInvite(code
,config
?):Promise
<SCInviteType
>
This endpoint retrieves a specific invite identified by invite code.
Parameters
Parameter | Type | Description |
---|---|---|
code | string | |
config ? | AxiosRequestConfig <any > |
Returns
Promise
<SCInviteType
>