perform_api_query: Perform API Query

View source: R/api_functions.R

perform_api_queryR Documentation

Perform API Query

Description

Perform API Query

Usage

perform_api_query(
  variables,
  query_file,
  query_dir = system.file("queries", package = "iatlas.api.client"),
  api_url = "https://api.cri-iatlas.org/api"
)

Arguments

variables

A named list

query_file

A string, that is a path to a text file

query_dir

A string, that is to the directory of the query file

api_url

A string, that is the URL of the API server


CRI-iAtlas/iatlas-graphql-client documentation built on April 19, 2022, 7:44 p.m.