Skip to main content

ODHTTPGetRequest class

under construction

We are still working the API Reference! This page might be incomplete or doesn't contain all details!

Overview

This is a class that can help you with creating simple HTTP GET requests.

It works using the native node.js fetch() method. You can configure all options in the constructor!

View Source

Properties


config type RequestInit

The request config for additional options

View Source


throwOnError boolean boolean

Throw on error OR return http code 500

View Source


url string string

The url used in the request

View Source


Methods


constructor() function api.ODHTTPGetRequest

(no description)

View Parameters (3)
  • url: string string - Parameter Description Lorem Ipsum.
  • throwOnError: boolean boolean - Parameter Description Lorem Ipsum.
  • config: type RequestInit - Parameter Description Lorem Ipsum.

View Source


run() function Promise

Execute the GET request.

View Source


Defaults

under construction

We're still working on this part of the documentation!

Examples

under construction

We're still working on this part of the documentation!