fn_post_rest: Post any entity to a RESTful web service

View source: R/utils.R

fn_post_restR Documentation

Post any entity to a RESTful web service

Description

Post any entity to a RESTful web service

Usage

fn_post_rest(entity_type, pk, inputs, site, token)

Arguments

entity_type

= dh_feature, dh_properties, ...

pk

= primary key column name, e.g. hydroid, pid, ...

inputs

contents of record to post in list(pid, propname, propvalue, ...)

site

URL of rest server

token

for xhttp auth

See Also

NA

Examples

NA

HARPgroup/hydro-tools documentation built on July 4, 2025, 11:05 a.m.