url_api_construct: Construct the url.

View source: R/gie_internal_page_request.R

url_api_constructR Documentation

Construct the url.

Description

Construct the url.

Usage

url_api_construct(
  hostname,
  continent = NULL,
  country = NULL,
  company = NULL,
  facility = NULL,
  page = NULL,
  size = 300,
  scheme = "https",
  path = "api"
)

Arguments

hostname

Hostname

continent

Continent

country

Country

company

Company

facility

Facility

page

Page

size

Size. Defaults to 300.

scheme

Scheme. Defaults to 'https'

path

Path. Defaults to 'api'


krose/gie documentation built on June 29, 2023, 1:29 a.m.