create_request function

Creates a request with the given path parts. The json format argument is included by default.

Creates a request with the given path parts. The json format argument is included by default.

create_request(base_url, path_parts = NULL)

Arguments

  • base_url: base url of the API for which a request should be created
  • path_parts: that should be added to the base url

Returns

request url composed of the given base url and specified path parts

  • Maintainer: Ryszard Szymanski
  • License: GPL-3
  • Last published: 2025-03-23