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!
Properties
config
type ➜ RequestInit
The request config for additional options
throwOnError
boolean ➜ boolean
Throw on error OR return http code 500
url
string ➜ string
The url used in the request
Methods
constructor()
function ➜ api.ODHTTPGetRequest
(no description)
View Parameters (3)
run()
function ➜ Promise
Execute the GET request.
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!