Options
All
  • Public
  • Public/Protected
  • All
Menu

Module jupyter/Handlers

Index

Functions

Functions

requestAPI

  • requestAPI<T>(namespace?: string, endPoint?: string, init?: RequestInit): Promise<T>
  • Call the API extension

    Type parameters

    • T

    Parameters

    • namespace: string = ''
    • endPoint: string = ''

      API REST end point for the extension

    • init: RequestInit = {}

      Initial values for the request

    Returns Promise<T>

    The response body interpreted as JSON

Generated using TypeDoc