Options
All
  • Public
  • Public/Protected
  • All
Menu

The Network aptitude provides access to network calls through Olive Helps

Hierarchy

  • Network

Index

Methods

  • decode(encodedValue: Uint8Array, encoding: string): Promise<string>
  • Decoding provided value

    Parameters

    • encodedValue: Uint8Array

      Specified encoded value to decode

    • encoding: string

    Returns Promise<string>

    A promise resolving with the decoded text

  • encode(text: string, encoding: string): Promise<Uint8Array>
  • Encoding provided text

    Parameters

    • text: string

      Specified text to encode

    • encoding: string

    Returns Promise<Uint8Array>

    A promise resolving with the encoded Uint8Array

  • Generates a HTTP request with the provided configuration.

    Parameters

    Returns Promise<HTTPResponse>

    A Promise resolving with the response.

Generated using TypeDoc