Options
All
  • Public
  • Public/Protected
  • All
Menu

Module user

Index

Variables

Const IGlobalAwareness

IGlobalAwareness: Token<IAwareness>

The global awareness token.

Const IUserMenu

IUserMenu: Token<IUserMenu>

The user menu token.

NOTE: Require this token in your extension to access the user menu (top-right menu in JupyterLab's interface).

Functions

requestAPI

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

    Type parameters

    • T

    Parameters

    • Optional endPoint: string

      API REST end point for the extension

    • Optional init: RequestInit

      Initial values for the request

    Returns Promise<T>

    The response body interpreted as JSON

Generated using TypeDoc