Options
All
  • Public
  • Public/Protected
  • All
Menu

Export Registry Provider

Hierarchy

  • NetworkProvider

Index

Constructors

Properties

Methods

Constructors

  • Public constructor.

    Parameters

    • networkOptions: RequestInit

    Returns NetworkProvider

Properties

networkOptions: RequestInit

Default network options. Can be passed during object creation.

Methods

  • request<T>(url: string, options?: RequestInit): Promise<T>
  • Request method takes url as argument. Also has optional network options.

    Type Parameters

    • T

    Parameters

    • url: string
    • Optional options: RequestInit

    Returns Promise<T>

Generated using TypeDoc