Skip to main content

Class: InviteApiClient

services/invite.InviteApiClient

Contains all the endpoints needed to manage invite codes.

Constructors

constructor

new InviteApiClient(): InviteApiClient

Returns

InviteApiClient

Methods

getSpecificInvite

getSpecificInvite(code, config?): Promise<SCInviteType>

This endpoint retrieves a specific invite identified by invite code.

Parameters

NameType
codestring
config?AxiosRequestConfig<any>

Returns

Promise<SCInviteType>

Defined in

services/invite/index.ts:19