Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IOnmsHTTP

Hierarchy

  • IOnmsHTTP

Implemented by

Index

Properties

Methods

Properties

options

the options used when making requests

server

server: OnmsServer

the server associated with this instance

Methods

get

  • Perform an HTTP GET to the provided URL.

    Parameters

    Returns Promise<OnmsResult<any>>

    an OnmsResult result object

put

  • Perform an HTTP PUT to the provided URL.

    Parameters

    Returns Promise<OnmsResult<any>>

    an OnmsResult result object

Generated using TypeDoc