connect_to_efoqa: Connect to EMS and get the Auth token.

View source: R/connection.R

connect_to_efoqaR Documentation

Connect to EMS and get the Auth token.

Description

Connect to EMS and get the Auth token.

Usage

connect_to_efoqa(
  efoqa_user = Sys.getenv("EFOQAUSER"),
  efoqa_password = Sys.getenv("EFOQAPASSWORD"),
  efoqa_server_url = Sys.getenv("EFOQASERVER")
)

Arguments

efoqa_user

String, eFOQA username

efoqa_password

String, eFOQA password

efoqa_server_url

String, eFOQA server

Value

a Connection object.


ge-flight-analytics/refoqa documentation built on Oct. 15, 2024, 7:15 a.m.