Options
All
  • Public
  • Public/Protected
  • All
Menu

Default implementation of the IMdmRestHandler interface, using the fetch API to complete HTTP requests.

By using the fetch API, all process() return values will become promises to handle the asynchronous responses and finally return the json body content of each response.

example
const handler = new DefaultMdmRestHandler();
handler.process(url, options).then(json => { ... });

Hierarchy

  • DefaultMdmRestHandler

Implements

Index

Constructors

Methods

Constructors

constructor

Methods

process

Generated using TypeDoc