Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Endpoint<Input, Output>

Type parameters

  • Input

  • Output

Hierarchy

  • Endpoint

Index

Properties

Methods

Properties

name

name: string

The endpoint name.

Methods

convertInput

  • convertInput(input: Input): any
  • Convert the client input to Lyft's expected query string param.

    Parameters

    • input: Input

    Returns any

convertOutput

  • convertOutput(output: any): Output
  • Convert Lyft's output to the client's output.

    Parameters

    • output: any

    Returns Output

Generated using TypeDoc