Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface to define a REST handler for all MdmResource objects to handle HTTP requests/responses.

see

DefaultMdmRestHandler

Hierarchy

  • IMdmRestHandler

Implemented by

Index

Methods

Methods

process

  • Processes a REST resource request and returns the response and data.

    Parameters

    • url: string

      The URL to the resource to request.

    • options: IMdmRestHandlerOptions

      The options as part of the request to further control the request.

    Returns any

    The response from the REST resource request.

Generated using TypeDoc