Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • FeathersClient
    • IFeathersClient

Callable

  • __call<T>(): Application<T>
  • Type parameters

    • T

    Returns Application<T>

Indexable

[x: string]: any

Index

Properties

ACTIVATE_HOOKS

ACTIVATE_HOOKS: keyof symbol

authenticate

authenticate: function

Type declaration

    • (data?: any): Promise<any>
    • Parameters

      • Optional data: any

      Returns Promise<any>

authentication

authentication: FeathersAuthenticationClient

configure

configure: function

default

default: Feathers

errors

errors: FeathersErrors

get

get: function

Type declaration

    • (configName: string): Promise<object>
    • Parameters

      • configName: string

      Returns Promise<object>

login

login: function

Type declaration

    • (): Promise<any>
    • Returns Promise<any>

logout

logout: function

Type declaration

    • (): Promise<any>
    • Returns Promise<any>

primus

primus: FeathersPrimusClient

rest

rest: FeathersRestClient

service

service: function

Type declaration

socketio

socketio: FeathersSocketIOClient

version

version: string

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc