Options
All
  • Public
  • Public/Protected
  • All
Menu

Class UsersService

The users service

extends

{BaseService}

Hierarchy

Index

Constructors

constructor

Methods

Protected deleteVerb

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

Protected getVerb

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

lookupProfessors

  • lookupProfessors(search: string): Observable<ApiResponseDto<Array<User>>>
  • Return all professors matching the given string

    Parameters

    • search: string

      The search string

    Returns Observable<ApiResponseDto<Array<User>>>

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>

updateOwn

  • updateOwn(user: User): Promise<ApiResponseDto<object>>
  • Update the current logged in user information

    Parameters

    • user: User

      The user to update

    Returns Promise<ApiResponseDto<object>>

Generated using TypeDoc