hydrovu.authentification: Authentification à l'API HydroVu

View source: R/hydrovu.authentification.R

hydrovu.authentificationR Documentation

Authentification à l'API HydroVu

Description

Cette fonction permet de s'identifier à l'API HydroVu

Usage

hydrovu.authentification(id_user = NA_character_, id_key = NA_character_)

Arguments

id_user

Identifiant de l'utilisateur autorisé sur l'API

id_key

Clé de l'utilisateur autorisé sur l'API

Examples

hydrovu.authentification(id_user, id_key)
token <- hydrovu.authentification(id_user, id_key)
hydrovu.authentification("jbf", keyring::key_get("hydrovu", "jbf"))
"jbf" %>% hydrovu.authentification(., keyring::key_get("hydrovu", .))
token <- "jbf" %>% hydrovu.authentification(., keyring::key_get("hydrovu", .))

jbfagotfede39/aquatools documentation built on Jan. 22, 2025, 1:20 p.m.