Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BinaryParameters

Hierarchy

Constructors

Properties

Constructors

Properties

expose: object

Expose the service to http

Type declaration

  • Optional restrict?: object

    Restrict some APIs

    • Optional create?: boolean

      Restrict POST

    • Optional delete?: boolean

      Restrict DELETE

    • Optional get?: boolean

      Restrict GET

  • url: string

    URL to expose the service to

map: object

Define the map to Object collection

Type declaration

  • [key: string]: string
type: string

Type of the service

Generated using TypeDoc