Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ApiEndpoint

An API endpoint.

Hierarchy

  • ApiEndpoint

Index

Properties

Optional isActive

isActive: boolean

Indicates if the endpoint is currently active or not.

Optional options

options: any

The options for the execution.

script

script: string

The path to the script with the methods to handle the API request.

Optional state

state: any

The initial value for the execution arguments of the underlying script.

Generated using TypeDoc