The external API gives access to external functionality which is available server to server. Only elements available to the current user can be accessed.

External API's are defined in the administration interface and can be accessed by the name of the source and the name of the action. The actions then are defined by

  • the method (GET, POST, PUT, DELETE)
  • the url
  • the body
  • the header

A lot of that is abstracted away

Index

Interfaces

Type Aliases

Generated using TypeDoc