sag_post: Post to a url

View source: R/sag_post.R

sag_postR Documentation

Post to a url

Description

Post to a url using an ICES authentication token

Usage

sag_post(url, body = list(), verbose = FALSE)

Arguments

url

the url to get.

body

a list of named arguments to be sent as the body of the post request.

verbose

should verbose output form the http request be returned? default FALSE.

Value

content of the http response.

See Also

sag_api builds a SAG web service url.

icesSAG-package gives an overview of the package.


icesSAG documentation built on June 8, 2025, 10:29 a.m.