Options
All
  • Public
  • Public/Protected
  • All
Menu

Class EmailsService

The emails service

extends

{BaseService}

Hierarchy

Index

Constructors

constructor

Methods

Protected deleteVerb

  • deleteVerb(path: string): Promise<any>

Protected getVerb

  • getVerb(path: string, options?: any): Promise<any>

Protected postVerb

  • postVerb(path: string, body: any): Promise<any>

Protected postVerbObservable

  • postVerbObservable(path: string, body: any): Observable<any>

Protected putVerb

  • putVerb(path: string, body: any): Promise<any>

send

  • send(options: MailOptions): Promise<ApiResponseDto<any>>

Generated using TypeDoc