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